KeyframeAnimation

public struct KeyframeAnimation : XMLRepresentable

Undocumented

  • The keyframes of the keyframe animation.

    Declaration

    Swift

    public var keyframes: [Keyframe]
  • Initializes a new keyframe animation.

    Declaration

    Swift

    public init(keyframes: [Keyframe])

    Parameters

    keyframes

    The keyframes of the keyframe animation.