Options
All
  • Public
  • Public/Protected
  • All
Menu

Module lib/Scene/play

Index

Functions

Functions

play

  • play(object: any, animationType?: string, startTime?: number, endTime?: number): void
  • Animation functions

    example

    example for playing animation of type 'appear' for TeX object:

    play(tex_1, 'appear', 2000);
    
    experimental

    Parameters

    • object: any
    • animationType: string = 'write'
    • startTime: number = 0
    • endTime: number = 0

    Returns void

Generated using TypeDoc