This repository has been archived on 2026-04-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
AsaJS/test/app.ts

10 lines
157 B
TypeScript

import { Animation, AnimType } from ".."
const animation = new Animation(
AnimType.OFFSET,
{
from: [0, 0],
to: [100, 100],
},
123,
).setLoop(false)