This content has been marked as final.
Show 2 replies
-
1. Re: timeline events
elainefinnell May 3, 2013 3:09 PM (in response to AMULI)Timeline.stop is called when the timeline stops.
Timeline.play is called when the timeline plays.
Timeline.complete is called when the timeline runs to the end of the timeline (right side as defined in the current symbol or Stage)
Timeline.update is called when an update event happens in the browser during the course of an animation. This event is not guaranteed to tick at a specific rate.
Hope that helps.
-Elaine
-
2. Re: timeline events
AMULI May 4, 2013 12:47 AM (in response to elainefinnell)Hi Elaine,
Very important precision. Thank you.
I must investigate about the update event initiated by the browser in order to figure out possible applications relying on an update event handler. If anyone has suggestions, you're welcome
Gil



