FillTransition

Companion Object for scalafx.animation.FadeTransition.

Companion Object for scalafx.animation.FadeTransition.

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 sfxFillTransition2jfx(v: FillTransition): FillTransition

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

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

Value Params
v

ScalaFX FillTransition

Returns

Delegated JavaFX FillTransition extracted from v.