Open alfa256 opened 6 years ago
@alfa256 I had a similar issue last week. I found out loop: true
only makes sense in combinaison with dir: alternate;
, but this is not probably what you want for the animation. I don't know if it's possible for the animation to restart from 0 to 360, 0 to 360 etc here.
Okay, I'll check out autoplay: false in combination with loop: true....so many permutations of properties! Need unit tests.
Checked with dir: alternate;
does make loop work, but what we need is clearly to restart the animation from 0 and go to 360 again.
Using master branch of kframe animation and master of aframe and animation-timeline.
Nothing special is being done, animation plays once and never loops, numeric values for loop have no effect. The animation by itself with autoplay: true does loop.