AnimationGroup

class AnimationGroup

A group of animations that share the same start time, duration and timing function.

  • id

    The groups unique identifier.

    Declaration

    var id: String { get }
  • The object containg the groups timing information.

    Declaration

    var timing: AnimationTiming { get }
  • The list of animations that belong to the animation group.

    Declaration

    var animations: Array { get }
  • The start time of each animation in the group.

    Declaration

    var beginTime: Double { get }
  • The end time of each animation in the group.

    Declaration

    var endTime: Double { get }
  • The duration of each animation in the group.

    Declaration

    var duration: Double { get }
  • The timing function of each animation in the group.

    Declaration

    var timingFunction: TimingFunction { get }
  • The object’s description

    Declaration

    var description: String { get }