diff --git a/NeoPixelAnimator-object-API.md b/NeoPixelAnimator-object-API.md index 8d0cf0c..5ee4f6c 100644 --- a/NeoPixelAnimator-object-API.md +++ b/NeoPixelAnimator-object-API.md @@ -53,8 +53,11 @@ Resume all animations. This will unfreeze the animations from where Pause() was ## bool IsPaused() Return if the animations are paused. The Pause() method is called to pause and Resume() is called to resume. -## uint16_t TimeScale() -Return the current time scale that was passed in at construction time. You can't modify the time scale once the animator is created. +## uint16_t getTimeScale() +Return the current time scale. + +## void setTimeScale(uint16_t timeScale) +Set the current time scale. All currently running animations will be effected by this change, either slowing them down or speeding them up. # Structs ## AnimationParam