Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Easingo

Easing library for web animations.

Example elasticOut

elasticOut.gif

Features

    • 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..

Tech Stack

    • Completely made in Typescript.

Getting Started

Installation and usage

  1. Clone the repository:
    git clone https://github.com/isle26m/Easingo/
  2. Unzip it then import it in your project:
    import Easingo from "./Easingo" // (or a relative path to where you saved it)
  3. Use it in the ease property:
    ease: Easingo.elasticOut

License

Distributed under the MIT License. See LICENSE for more information.

About

Animation easing library for the web.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages