Transition

scalafx.animation.Transition
See theTransition companion class
object Transition extends AnimationStatics

Companion Object for scalafx.animation.Transition.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Transition.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 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 parameters

v

ScalaFX Transition

Attributes

Returns

JavaFX Transition extracted from v.