feat(sdk,studio): ws-1.1 — add set method to GsapTweenSpec; route addGsapAnimation(set) through sdk (#1497)

Co-authored-by: Miguel Ángel <miguel07alm@protonmail.com>
This commit is contained in:
Vance Ingalls
2026-06-17 16:48:20 -07:00
committed by GitHub
co-authored by Miguel Ángel
parent e35846176e
commit a5016ed416
2 changed files with 9 additions and 11 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ export interface ElasticHold {
}
export interface GsapTweenSpec {
method: "from" | "to" | "fromTo";
method: "from" | "to" | "fromTo" | "set";
position?: number | string;
duration?: number;
ease?: string;