filipows/angular-animations

i want text bounce again and again

Closed this issue · 2 comments

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?

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

Awesome