Pause animation for 3 sec (was: break)

How can I stop an animation for 3 seconds using a trigger?

Hello

You can easily achieve this by adding following the click on the action panel of the item code

SYM. Stop();

setTimeout (function () {sym.play(1000) ()}, 3000);

Please check the attachment for a better understanding.

http://Adobe.LY/1yAuQOI

Concerning

Vivek

Tags: Edge Animate

Similar Questions

Maybe you are looking for