Class IgxGridAnimationPhaseSettings

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

Hierarchy

Hierarchy

  • IgxGridAnimationPhaseSettings

Constructors

Properties

ngAcceptInputType_desiredSubItemDurationMilliseconds: string | number
ngAcceptInputType_durationMilliseconds: string | number
ngAcceptInputType_easingFunctionType: string | GridEasingFunctionType
ngAcceptInputType_holdInitialMilliseconds: string | number
ngAcceptInputType_perItemDelayMilliseconds: string | number
ngAcceptInputType_shouldItemsFinishSimultaneously: string | boolean
ngAcceptInputType_subItemDurationMilliseconds: string | number

Accessors

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

    Returns number

  • set desiredSubItemDurationMilliseconds(v: number): void
  • Parameters

    • v: number

    Returns void

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

    Returns number

  • set durationMilliseconds(v: number): void
  • Parameters

    • v: number

    Returns void

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

    Returns number

  • set holdInitialMilliseconds(v: number): 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: number): void
  • Parameters

    • v: number

    Returns void

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

    Returns boolean

  • set shouldItemsFinishSimultaneously(v: boolean): 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: number): void
  • Parameters

    • v: number

    Returns void

Methods

  • Parameters

    • name: string

    Returns any