jiayihu / ng-animate

🌙 A collection of cool, reusable and flexible animations for Angular 14+
https://jiayihu.github.io/ng-animate/
MIT License
721 stars 72 forks source link

Is it Possible to Repeat Animation Infinitely / Indefinitely #14

Open EbonyAdder opened 6 years ago

EbonyAdder commented 6 years ago

Greetings:

Is it possible, with this library, to repeat an animation infinitely (as if the "infinite" option was specified in the CSS animation property)?

I am sorry if this was answered already, but I am unable to find anything in either this library's documentation or Angular's animation documentation.

Thanks.

jiayihu commented 6 years ago

This is more an issue about Angular and not the lib. But the solution is to toggle animation again as soon as it ends as shown here