onPlay( )


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

Method Declaration
Copy
Method Parameters
handlerfunctionRequired

handler(event: Event): void The method to run when the animation starts playing.

Returns
Return Type:TextParticles
Did this help?