EasyJs
- April 27, 2021
- samuraigames1
# EasyJs Simple and easy to use JavaScript Easing component. Lightweight and easy to use ! ## Usage Simply add these to your site ``` ... ``` ## Options See index.html for example - id (string): Element to put canvas on. document.body if null - base (double): Base value for easing - change (double): Change value for easing - duration (double): Duration in seconds for easing - time (…