Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
Qt 3D Studio 2.8
-
None
Description
FUNCTION INTRODUCTION:
There are a total of 6 rectangles, and every time you press keyboard 1, a dynamic animation will play from the current rectangle to the next.
STEPS TO REPRODUCE:
------------------------------
- Compile and run the demo(Demo.7z
)
- Press keyboard 1 once and observe the animation playing in the window.
- Repeat step second and observe the animation playing in the window.
- Repeat step second and observe the animation playing in the window. (Dynamic animiation is NOT OK)
- Repeat step second. (Dynamic animiation is NOT OK)
issue.mp4
EXPECTED RESULT:
------------------------------
I hope that every time I press keyboard 1, the animation will play from the current rectangle to the next rectangle.
ACTUAL RESULT:
------------------------------
After the third step, every time, it goes from the second rectangle to the next rectangle
EPRODUCIBILITY (%):
------------------------------
100% reproduction
WORKAROUND SOLUTION
Setting the timeline of the Stopped slide of component Scene.Layer1.Transition.TransitionGroup to be greater than or equal to 1 second can solve this problem.
Less than 1 second is not allowed.
This is the video for workaround.
Stopped timeline is 1 sec.mp4