i want text bounce again and again
Closed this issue · 2 comments
dineshmaths1 commented
This is my code. I want Book Event text bounce again and again contentiously
animations:[
bounceOnEnterAnimation({anchor:'titlebounce'})
]
<h3 [@titlebounce] > Book Event </h3>
How to fix?
filipows commented
Hi @dineshmaths1 ,
you could potentially use the animation done
callback and trigger new animation when the previous is done.
Here's an example in Stackblitz
dineshmaths1 commented
Awesome