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

documentation: Transitions and Timeline: Duration.valueOf -> Duration.millis

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • None
    • None
    • docs
    • None

      see page
      http://ipg-jets.us.oracle.com/JavaFX/id_common-files/id_common-outgoing/doctest/E17411_01/javafx/2.0/animations/jfxpub-animations.htm

      "Example 1 Fade Transition":

      actually:
      Duration.valueOf(3000)
      should be
      Duration.millis(3000)

            dkostova Dmitry Kostovarov (Inactive)
            vshubov Victor Shubov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: