scalafx.animation.Timeline
See theTimeline companion class
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Used to specify an animation that repeats indefinitely, until the stop() method is called.
Used to specify an animation that repeats indefinitely, until the stop() method is called.
Attributes
-
Inherited from:
-
AnimationStatics
Converts a ScalaFX Timeline to a JavaFX `Timeline`, extracting its delegate.
Converts a ScalaFX Timeline to a JavaFX `Timeline`, extracting its delegate.
Value parameters
-
v
-
ScalaFX Timeline
Attributes
-
Returns
-
JavaFX Timeline extracted from v.