Closed softmonkeyjapan closed 7 months ago
Hi, that's strange. I'll look into it!
The where two issues:
In the latest update I've changed it so animations with loop-mode set to bounce bounces between the last frame and frame 0, unless an animation segment is specified.
Hello,
I'm trying to add an animation in my Laravel/Vue app. I followed the steps from the readme file:
The animation starts correctly and bounce as expected the first time. However, when looping, it seems to always starts from one point instead of bouncing from one to the other. When I try to animate my file in a regular HTML file:
It is working fine. Any thoughts on why it is not behaving the same way in Vue ? Thanks for the help