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