Closed kontrafiktion closed 4 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.
easeOutBounce
This is pretty old so I'm going to go ahead and close this.
If this is still a problem, please raise another issue.
results in an error: "Uncaught TypeError: l.easing is not a function"
But:
does work.
Also: I couldn't find
easeOutBounce
in the anime.js documentation.