Difference between revisions of "API Panel.Position.StopAnimate"
From Flowcode Help
Jump to navigationJump to searchLine 22: | Line 22: | ||
===Calling in a calculation=== | ===Calling in a calculation=== | ||
* Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Position.StopAnimate()</pre> | * Add to a calculation icon: <pre class="brush:[cpp]">::Panel.Position.StopAnimate()</pre> | ||
− | |||
− |
Latest revision as of 11:54, 16 January 2023
![]() |
StopAnimate |
Stops all animations started by this component | |
![]() |
Return |
Detailed description
This call stops all animations invoked by the caller of the routine through 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()