WikAnimationOptions: {
    delay?: number;
    duration?: number;
    [extra: string]: any;
}

Type declaration

  • [extra: string]: any
  • Optional delay?: number
  • Optional duration?: number

Generated using TypeDoc