Type alias BgaAnimationFunction

BgaAnimationFunction: ((animationManager, animation) => Promise<any>)

Type declaration

    • (animationManager, animation): Promise<any>
    • Animation function signature. Will return a promise after animation is ended. The promise returns the result of the animation, if any

      Parameters

      Returns Promise<any>

Generated using TypeDoc