API Panel.Position.StopAnimate: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
==Detailed description== | ==Detailed description== | ||
This call stops all animations invoked by the caller of the routine by jumping each animation to the end of its sequence. | This call stops all animations invoked by the caller of the routine through [[API Panel.Position.Animate|Animate]. The animations are stopped by jumping each animation to the end of its sequence. | ||
Revision as of 22:59, 14 June 2013
<sidebar>API contents</sidebar> Stops all animations started by this component
Parameters
This function has no parameters
Return value
This call does not return a value
Detailed description
This call stops all animations invoked by the caller of the routine through [[API Panel.Position.Animate|Animate]. The animations are stopped by jumping each animation to the end of its sequence.
A component can not stop another components animations, and this can not be used to exit leaving an animation partially complete. For this level of control the Morph call should be used in a timer.
Examples
Calling in a calculation
- Add to a calculation icon:
::Panel.Position.StopAnimate()
No additional information