Improve collections support on Timeline (for convenience)

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: None
    • Component/s: javafx
    • None

      While you can instantiate a Timeline with a vararg parameter of KeyFrames you cannot instantiate a Timeline with a List of KeyFrames. I suggest this is added, allowing us to write code like this

      List keyFrames = generateKeyFrames();
      keyFrames.add(generateSomeMoreKeyFrames();
      Timeline timline = new Timeline(keyFrames);

            Assignee:
            Nir Lisker
            Reporter:
            Randahl Isaksen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: