This class is used to group the settings to define an animation phase.

Constructors

Accessors

  • get desiredSubItemDurationMilliseconds(): number
  • The desired amount of time each item animating should take, in milliseconds

    Returns number

  • set desiredSubItemDurationMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

  • get durationMilliseconds(): number
  • The duration of an animation, in milliseconds

    Returns number

  • set durationMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

  • get easingFunctionType(): GridEasingFunctionType
  • Configures the Easing function used to animate the individual items

    Returns GridEasingFunctionType

  • set easingFunctionType(v): void
  • Parameters

    Returns void

  • get holdInitialMilliseconds(): number
  • The amount of time to delay an animation, in milliseconds.

    Returns number

  • set holdInitialMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

  • get perItemDelayMilliseconds(): number
  • The amount of time to delay each item animating, in milliseconds

    Returns number

  • set perItemDelayMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

  • get shouldItemsFinishSimultaneously(): boolean
  • Configures whether all items animating should finish simultaneously

    Returns boolean

  • set shouldItemsFinishSimultaneously(v): void
  • Parameters

    • v: boolean

    Returns void

  • get subItemDurationMilliseconds(): number
  • The amount of time each item animating should take, in milliseconds

    Returns number

  • set subItemDurationMilliseconds(v): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any