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

    type

    The type of the fade out effect, easeOut by default.

    duration

    The duration of the fade out effect.