1. Play an animation.
2. Set the rate to 0. The animation is suspended in a RUNNING state.
3. Set the rate to <0. The playing head jumps instead of playing backwards.
This is true for all cases after the first time the rate changes: following the above steps for the first time works correctly, but not subsequently; similarly, setting a rate=0.2, for example, and then following the steps will produce the bug.
2. Set the rate to 0. The animation is suspended in a RUNNING state.
3. Set the rate to <0. The playing head jumps instead of playing backwards.
This is true for all cases after the first time the rate changes: following the above steps for the first time works correctly, but not subsequently; similarly, setting a rate=0.2, for example, and then following the steps will produce the bug.
- blocks
-
JDK-8210238 ☂ Animations do not play backwards properly
- In Progress