Transition

constructor(property: String, duration: Double, timingFunction: String? = null, delay: Double? = null)

Parameters

property

the name of the property

duration

the duration of the transition effect (in seconds)

timingFunction

the timing function of the transition effect

delay

the delay of the transition effect (in seconds)