Parameters
- keyframes: [number, number][]
- easingType:
| number
| "linear"
| "sineOut"
| "sineIn"
| "quadOut"
| "quadIn"
| "sineInOut"
| "quadInOut"
| "cubicOut"
| "cubicIn"
| "quartOut"
| "quartIn"
| "cubicInOut"
| "quartInOut"
| "quintOut"
| "quintIn"
| "expoOut"
| "expoIn"
| "circOut"
| "circIn"
| "backOut"
| "backIn"
| "circInOut"
| "backInOut"
| "elasticOut"
| "elasticIn"
| "bounceOut"
| "bounceIn"
| "bounceInOut" = 1
Array of Event objects ready to push into an event channel.
Generate a sequence of events that form a linear keyframe animation.
Each consecutive pair of keyframes produces one
Eventwith the specified easing applied between them. Use this for compact multi-segment animations.