Retrieves the time variance allowed on a timeline with locked synchronization.
Syntax
HTML N/A Scripting [ sTime = ] object.syncTolerance
Possible Values
sTime String that specifies the amount of time variance, in seconds, allowed between synchronized elements. The property is read-only with a default value of .2 seconds.
Remarks
This property is valid only for time containers with locked timelines, as defined using the SYNCBEHAVIOR and CLOCKSOURCE attributes. Once the synchronization of locked elements is off by more than the syncTolerance value, the elements resynchronize and the onresync event fires.
Applies To
animation, audio, img, media, par, seq, time, video
See Also
HTML+TIME