Transition
public struct Transition : Encodable
Undocumented
-
Sets the duration of the slider transition
Declaration
Swift
public var duration: Double?
-
Sets the easing function of the slider transition
Declaration
Swift
public var easing: Easing?
-
Creates
Transition
object with specified properties.Declaration
Swift
public init(duration: Double? = nil, easing: Easing? = nil)
Parameters
duration
Sets the duration of the slider transition
easing
Sets the easing function of the slider transition