We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7628f33 commit 307665aCopy full SHA for 307665a
adafruit_led_animation/sequence.py
@@ -279,8 +279,8 @@ def show(self):
279
class AnimateOnce(AnimationSequence):
280
"""
281
Wrapper around AnimationSequence that returns False to animate() until a sequence has completed.
282
- Takes the same arguments as AnimationSequence, but overrides
283
- advance_on_cycle_complete=True and advance_interval=0
+ Takes the same arguments as AnimationSequence, but overrides advance_on_cycle_complete=True
+ and advance_interval=0
284
285
Example:
286
0 commit comments