jiayihu / ng-animate

🌙 A collection of cool, reusable and flexible animations for Angular 14+

Home Page:https://jiayihu.github.io/ng-animate/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Is it Possible to Repeat Animation Infinitely / Indefinitely

EbonyAdder opened this issue · comments

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.

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