simple-animations
simple animations library / author: sqwat
require("morion/simple-animations")
example of usage:
functions:
lerp
.lerp(id: string, value:boolean/number, [speed: number]):
number
Name
Type
Description
id
string
unique animation id
value
boolean/number
animation value
speed
number
animation speed amount
Last updated