ParallelTransition

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 sfxParallelTransition2jfx(v: ParallelTransition): ParallelTransition

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

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

Value Params
v

ScalaFX ParallelTransition

Returns

JavaFX ParallelTransition extracted from v.