File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
adafruit_led_animation/animation Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class Comet(Animation):
41
41
``pixel_object``. Automatically compensates for a minimum of 2 and a
42
42
maximum of the length of the ``pixel_object``.
43
43
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
44
- :param bool bounce: Comet will bounce back and forth. Defaults to ``True ``.
44
+ :param bool bounce: Comet will bounce back and forth. Defaults to ``False ``.
45
45
:param bool ring: Ring mode. Defaults to ``False``.
46
46
"""
47
47
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class RainbowComet(Comet):
40
40
pixels present in the pixel object, e.g. if the strip is 30 pixels
41
41
long, the ``tail_length`` cannot exceed 30 pixels.
42
42
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
43
- :param bool bounce: Comet will bounce back and forth. Defaults to ``True ``.
43
+ :param bool bounce: Comet will bounce back and forth. Defaults to ``False ``.
44
44
:param int colorwheel_offset: Offset from start of colorwheel (0-255).
45
45
:param int step: Colorwheel step (defaults to automatic).
46
46
:param bool ring: Ring mode. Defaults to ``False``.
You can’t perform that action at this time.
0 commit comments