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
Transitionobject with specified properties.Declaration
Swift
public init(duration: Double? = nil, easing: Easing? = nil)Parameters
durationSets the duration of the slider transition
easingSets the easing function of the slider transition
View on GitHub
Install in Dash
Transition Structure Reference