I have an element that has some animations on the timeline. I added an action to the timeline at 0 seconds that says sym.getSymbol("element").stop(); but the element's animation still plays. I don't want the animation to actually play until I've triggered it by clicking on another element. How do I fix this?
↧