-
-
Notifications
You must be signed in to change notification settings - Fork 313
Open
Labels
bugSomething isn't workingSomething isn't working
Description
setTempAnimation:[{"duration":0},{"duration":1000,"position":{"x" : 400}},{"duration":1000,"position":{"x" : 400,"y":0}}] -target=a1-next;
setTempAnimation:[{"duration":1000},{"duration":1000,"position":{"y" : 0}}] -target=a2-next;
setTempAnimation:[{"duration":1000,"position":{"x":-300}}] -target=a3-next;
像这样设置三个 setTempAnimation 后,后续执行的所有 setTransform 都将不会渐变而是在 duration 时间过后直接跳到目标值。
是我的脚本写的有问题,还是说这是一个BUG。
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working