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

    type

    The type of the fade in effect, easeIn by default.

    duration

    The duration of the fade in effect.