radical-dreamers / animated-vue

A plugin to use animate.css animations as Vue2 transitions
MIT License
220 stars 19 forks source link

Any way how to loop transitions? #15

Closed fagray closed 5 years ago

fagray commented 5 years ago

Hi, thanks for the plugin. Is there any way to loop the transitions of the elements? Thanks a lot.

dragonautdev commented 5 years ago

Hey there! As of right now this little implementation does not allow you to loop transitions. I've realized so many features animate.css are really easy to add to the plugin and will do so in the next few days. Truth be told, I've been busy as hell with work for the last few months but will bring forth the new version soon

fagray commented 5 years ago

Sorry for late reply. I find my way to resolve my needs. I used class="animated infinite" to loop the elements. Anyhow, thanks for the amazing plugin!