Test Install project dependencies: yarn install That’s all. Run development server: yarn run start And open [localhost:1234] in browser.About Easing Functions Cheat Sheet easings.net Resources Readme License
Usage import{outElastic}from"@jgtools/easings";constres=outElastic(0.5); Easing functions cheat sheet: https://easings.net/ License MIT
Robert Penner's Easing Functions A collection of swappable functions that add flavor to motion. Visualize Easing Cheat Sheet for jQuery, CSS, SCSS Easing Function Generator Learn Tweening chapter of my book Ease Yourself Into Animation (great preso) Understanding Easing: Explaining Penner's Equations ...