PauseTransition

Companion Object for scalafx.animation.PauseTransition.

Companion Object for scalafx.animation.PauseTransition.

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 sfxPauseTransition2jfx(v: PauseTransition): PauseTransition

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

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

Value Params
v

ScalaFX PauseTransition

Returns

JavaFX PauseTransition extracted from v.