Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
None
-
QDS 4.7.0
-
None
Description
There are three options in the animation repeat mode in the QDS timeline feature: Continuous, Loop, and Ping-Pong.
- Continuous: Plays repeatedly without stopping.(Note that checking Continuous will change the Loop value to -1)
- Loop: Repeats the specified number of times.
- Ping-Pong: Plays to the end and then reverses direction, playing back to the beginning, and once it reaches the start, it plays forward again.
Previously, I mistakenly thought that checking Ping-Pong would change the Loop value, but in reality, the Loop value only changes when Continuous is checked. In version 4.7, the behavior is the same, and checking Continuous correctly changes the Loop value.
I now clearly understand this, and I apologize for the confusion that led to submitting the bug report. Thank you for your understanding.
----------------------------
When "PingPong" is enabled in a timeline animation, the loop value should automatically change to -1 for infinite looping. However, it remains at 1 in both the Code and Settings panels.
Step)
-Enable the "PingPong" option in a timeline animation.
-Check the loop value in both panels.
-The loop value stays at 1.
Expected Result)
The loop value should update to -1 for infinite looping.
Actual Result)
The loop value stays at 1, preventing infinite looping.
A video showing the issue is attached. Please confirm if this is a bug or if I missed something.