feat: animation system
This commit is contained in:
parent
406e71575f
commit
7534a613cb
22 changed files with 19733 additions and 19122 deletions
11
test/app.ts
11
test/app.ts
|
|
@ -1 +1,10 @@
|
|||
import { Modify, Panel, StackPanel, Toggle, GetItemByAuxID, ItemAuxID } from ".."
|
||||
import { Animation, AnimType } from ".."
|
||||
|
||||
const animation = new Animation(
|
||||
AnimType.OFFSET,
|
||||
{
|
||||
from: [0, 0],
|
||||
to: [100, 100],
|
||||
},
|
||||
123,
|
||||
).setLoop(false)
|
||||
|
|
|
|||
Reference in a new issue