Class Object

Index

Constructor methods

Methods

Constructor methods

constructor(animationID: ID, delay: number, element: HTMLElement, finalState: State, finishFunc?: (data: any) => void, data?: any): Object

Parameters

  • animationID: ID
  • delay: number
  • element: HTMLElement
  • finalState: State
  • finishFunc?: (data: any) => void optional
  • data?: any optional

Returns

Object

constructor(animationID: ID, delay: number, element: Array<HTMLElement>, finalState: State, finishFunc?: (data: any) => void, data?: any): Object

Parameters

  • animationID: ID
  • delay: number
  • element: Array<HTMLElement>
  • finalState: State
  • finishFunc?: (data: any) => void optional
  • data?: any optional

Returns

Object

Methods

public RunAnimation()