Easing library for web animations.
-
- All easings are mathematical functions, some are implemented to mimic real life physics like bouncing.
-
- Works with any animation library that has an ease property like GSAP, Framer Motion, Anime.js..
-
- Completely made in Typescript.
- Clone the repository:
git clone https://github.com/isle26m/Easingo/
- Unzip it then import it in your project:
import Easingo from "./Easingo" // (or a relative path to where you saved it)
- Use it in the ease property:
ease: Easingo.elasticOut
Distributed under the MIT License. See LICENSE for more information.
