FadeIn
public struct FadeIn : XMLRepresentable
Undocumented
-
The type of the fade in effect.
Declaration
Swift
public var type: FadeType -
The duration of the fade in effect.
Declaration
Swift
public var duration: CMTime -
Initializes a new fade in effect.
Declaration
Swift
public init(type: FadeType = .easeIn, duration: CMTime)Parameters
typeThe type of the fade in effect,
easeInby default.durationThe duration of the fade in effect.
FadeIn Structure Reference