Difference between revisions of "StartAnimation Command"

From GeoGebra Manual
Jump to: navigation, search
m (1 revision: new commands)
Line 1: Line 1:
 
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
<noinclude>{{Manual Page|version=4.0}}</noinclude>
 
{{command|scripting}}
 
{{command|scripting}}
 
;StartAnimation[ ]
 
;StartAnimation[ ]
:{{description}}
+
:Resumes all animations if they are paused.
;StartAnimation[ <Slider> ]
+
;StartAnimation[ <Boolean b> ]
:{{description}}
+
:When b is false, pauses all animations, otherwise resumes them.
;StartAnimation[ <Boolean> ]
+
;StartAnimation[ <Point or Slider>, <Point or Slider>, .... ]
:{{description}}
+
:Starts animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
;StartAnimation[ <Slider>, <Boolean> ]
+
;StartAnimation[ <Point or Slider>, <Point or Slider>, ...., <Boolean b> ]
:{{description}}
+
:Starts (for b = true) or permanently stops (for b = false) animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
 +
{{Note|See also [[Animation]].}}

Revision as of 10:11, 30 May 2011



StartAnimation[ ]
Resumes all animations if they are paused.
StartAnimation[ <Boolean b> ]
When b is false, pauses all animations, otherwise resumes them.
StartAnimation[ <Point or Slider>, <Point or Slider>, .... ]
Starts animating given points and sliders, the points must be on paths.
StartAnimation[ <Point or Slider>, <Point or Slider>, ...., <Boolean b> ]
Starts (for b = true) or permanently stops (for b = false) animating given points and sliders, the points must be on paths.
Note: See also Animation.
© 2024 International GeoGebra Institute