marklovers / kaplay

🦖 A JavaScript game library
https://kaplayjs.com
MIT License
248 stars 17 forks source link

feat: added higher order easing functions linear, steps and cubic-bezier #119

Closed mflerackers closed 1 month ago

mflerackers commented 1 month ago

steps creates a staircase function for discontinuous easing linear uses linear easing with multiple linear segments cubic-bezier uses bezier easing