Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8236858

Animations do not play backwards after being paused

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P3 P3
    • tbd
    • jfx13, 9
    • javafx
    • None
    • Cause Known

      When an animation is paused, setting the rate to <0 and calling play() will jump the playing head forwards. This is due to the `currenRate` value not being synchronized properly between the Animation and its ClipEnvelope.

      JDK-8210238 provides the full story including a test program and reproduction instructions.

            nlisker Nir Lisker
            nlisker Nir Lisker
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: