onPause( )


Registers an event handler that runs when the text particles animation pauses.

Method Declaration
Copy
Method Parameters
handlerfunctionRequired

handler(event: Event): void The method to run when the animation is paused.

Returns
Return Type:TextParticles
Did this help?