plus1tv / react-anime

✨ (ノ´ヮ´)ノ*:・゚✧ A super easy animation library for React!
https://codepen.io/collection/nrkjgo/
MIT License
1.55k stars 81 forks source link

easeOutBounce does not seem to work #35

Closed kontrafiktion closed 4 years ago

kontrafiktion commented 6 years ago
    <Anime easing='easeOutBounce'
   ...

results in an error: "Uncaught TypeError: l.easing is not a function"

But:

    <Anime easing='easeOutElastic'
   ...

does work.

Also: I couldn't find easeOutBounce in the anime.js documentation.

benbot commented 4 years ago

This is pretty old so I'm going to go ahead and close this.

If this is still a problem, please raise another issue.