SequentialTransition

scalafx.animation.SequentialTransition
See theSequentialTransition companion class

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Inherited fields

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

Deprecated and Inherited fields

Attributes

Deprecated
true
Inherited from:
AnimationStatics

Implicits

Implicits

implicit def sfxSequentialTransition2jfx(v: SequentialTransition): SequentialTransition

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

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

Value parameters

v

ScalaFX SequentialTransition

Attributes

Returns

JavaFX SequentialTransition extracted from v.