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

Consider rewriting Animation, Transition and Timeline to avoid hacks in SequenceTransition and ParallelTransition

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Withdrawn
    • Icon: P3 P3
    • None
    • 8
    • javafx

      Currently, the Sequential and Parallel transitions accept any Animation as their child. The problem is that Animations doesn't have any common interface that could be used to observe what the animation will do.

      This is problem in e.g. RT-25776, where SequentialTransition doesn't know what properties need to be set to the starting value at the beginning of the Transition. Having some common interface that describes Animations (like KeyFrames ? ) would allow this.

            msladecek Martin Sládeček
            msladecek Martin Sládeček
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: