Hey there,
This awesome package works flawlessly for a start-end situations.
But I wanted to ask: what's the best way to add an idling animation in between? After $animate() is finished working (the entry), and of course before the leave animation...
Should I just go for an enforced regular TailwindCSS animation class for example right after $animate() is executed, for example? But then the manual approach requires staying consistent with all the animation props of the x-animate directive but now in CSS too.
I also wonder how priceless would Theatre.js TALL stack integration would be!
Hey there,
This awesome package works flawlessly for a start-end situations.
But I wanted to ask: what's the best way to add an idling animation in between? After
$animate()is finished working (the entry), and of course before the leave animation...Should I just go for an enforced regular TailwindCSS animation class for example right after
$animate()is executed, for example? But then the manual approach requires staying consistent with all the animation props of thex-animatedirective but now in CSS too.I also wonder how priceless would Theatre.js TALL stack integration would be!