NERDDISCO/luminave

animations with different durations reset each other when scene is playing

TimPietrusky opened this issue ยท 1 comments

Issue description

When adding at least two animations to a scene with different durations, the animation that is completed first also resets the other animation.

Steps to reproduce

  • Create a scene "happy-scene"
  • Create an animation "short-animation" with a duration of 500 ms
  • Create an animation "long-animation" with a duration of 10000 ms
  • Add both animations to "happy-scene"
  • Run the scene and start playback of the timeline
  • See that after "short-animation" is done and restarts, also "long-animation" restarts

๐ŸŽ‰ This issue has been resolved in version 3.6.1 ๐ŸŽ‰

The release is available on GitHub release

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€