Remove incorrect documentation from Animation methods

XMLWordPrintable

    • Type: Bug
    • Resolution: Not an Issue
    • Priority: P4
    • None
    • Affects Version/s: jfx21
    • Component/s: javafx

      The `Animation` class states in the documentation of various methods that the method call would be asynchronous, using language similar to:

          {@code stop()} is an asynchronous call, the {@code Animation} may not stop immediately.

      This is factually wrong, there are no asynchronous calls. In fact, the methods in question can only be called on the JavaFX Application thread.

            Assignee:
            Michael Strauß
            Reporter:
            Michael Strauß
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: