Change a Slider’s Animation Speed |
How To... > Work with Dynamic Parameters (Sliders) > Change a Slider’s Animation Speed The slider inspector has a property for setting a maximum animation speed. (see Animate a Slider.)
The slider whose inspector is shown here will increase or decrease by 1 every half second. (see Restrict the Values a Slider Can Take.) This property sets a maximum number of updates per second for the slider’s animation. Whether the slider can actually update that frequently depends on the document’s size and complexity and the computer’s speed. If the slider’s value is determined by formula, then you cannot change the animation speed: The slider gives a new value only when you click the animation button. See the sample document Slider Examples.ftm for advanced slider functionality. See also |