Transition

Companion Object for scalafx.animation.Transition.

Companion Object for scalafx.animation.Transition.

Companion
class
class Object
trait Matchable
class Any

Value members

Inherited 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.

Inherited from
AnimationStatics

Deprecated and Inherited fields

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

Implicits

Implicits

implicit def sfxTransition2jfx(v: Transition): Transition

Converts a ScalaFX Transition to a JavaFX `Transition`, extracting its delegate.

Converts a ScalaFX Transition to a JavaFX `Transition`, extracting its delegate.

Value Params
v

ScalaFX Transition

Returns

JavaFX Transition extracted from v.