Difference between revisions of "StartAnimation Command"

From GeoGebra Manual
Jump to: navigation, search
m (Text replace - ";(.*)\[(.*)\]" to ";$1($2)")
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<noinclude>{{Manual Page|version=4.2}}</noinclude>
+
<noinclude>{{Manual Page|version=5.0}}</noinclude>{{command|scripting}}
{{command|scripting}}
+
;StartAnimation( )
;StartAnimation[ ]
 
 
:Resumes all animations if they are paused.
 
:Resumes all animations if they are paused.
  
 
+
;StartAnimation( <Boolean> )
;StartAnimation[ <Boolean> ]
 
 
:When the boolean is false, pauses all animations, otherwise resumes them.
 
:When the boolean is false, pauses all animations, otherwise resumes them.
  
 
+
;StartAnimation( <Point or Slider>, <Point or Slider>, .... )
;StartAnimation[ <Point or Slider>, <Point or Slider>, .... ]
 
 
:Starts animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
 
:Starts animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
  
 
+
;StartAnimation( <Point or Slider>, <Point or Slider>, ...., <Boolean> )
;StartAnimation[ <Point or Slider>, <Point or Slider>, ...., <Boolean> ]
 
 
:Starts (for boolean = true) or permanently stops (for boolean = false) animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
 
:Starts (for boolean = true) or permanently stops (for boolean = false) animating given points and sliders, the points must be on [[Geometric Objects#Paths|paths]].
 
  
 
{{Note|See also [[Animation]].}}
 
{{Note|See also [[Animation]].}}

Latest revision as of 16:16, 7 October 2017


StartAnimation( )
Resumes all animations if they are paused.
StartAnimation( <Boolean> )
When the boolean 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> )
Starts (for boolean = true) or permanently stops (for boolean = false) animating given points and sliders, the points must be on paths.
Note: See also Animation.
© 2024 International GeoGebra Institute