yoohoo-bezier-animation
v1.0.0
Published
` const animation = new BezierAnimation(1, 'ease-in-out', (i1: number, i2: number) => {})
Downloads
12
Maintainers
Readme
yoohoo-bezier-animation
` const animation = new BezierAnimation(1, 'ease-in-out', (i1: number, i2: number) => {})
animation.play()
`