AnimationStatics

Defines Constants to be used for all scalafx.animation.Animations object companions.

Defines Constants to be used for all scalafx.animation.Animations object companions.

class Object
trait Matchable
class Any

Value members

Concrete fields

val Indefinite: Int

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.

Deprecated fields

@deprecated("Use Indefinite; INDEFINITE will be removed in a future release", "2.2.60")
val INDEFINITE: Int
Deprecated