vue-anime icon indicating copy to clipboard operation
vue-anime copied to clipboard

animation only runs once

Open dac3971 opened this issue 5 years ago • 3 comments

Hi, I'm manually triggering my animations but they're only running once. Is there a common fix for this? Thanks

dac3971 avatar May 09 '19 20:05 dac3971

You can pass flags to animejs to override that default behavior I believe.

On Thu, May 9, 2019, 1:26 PM dac3971 [email protected] wrote:

Hi, I'm manually triggering my animations but they're only running once. Is there a common fix for this? Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/BenAHammond/vue-anime/issues/15, or mute the thread https://github.com/notifications/unsubscribe-auth/AA22PZISZ64RQWXJUXJ7HE3PUSCG7ANCNFSM4HL5XP7Q .

BenAHammond avatar May 09 '19 21:05 BenAHammond

@BenAHammond Thanks. Would you know the name of the flag? Just weird because I don't have this issue when playing around on Codepen...

dac3971 avatar May 09 '19 21:05 dac3971

@BenAHammond ahh got it - have to use restart()

dac3971 avatar May 09 '19 21:05 dac3971