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):
4141 ``pixel_object``. Automatically compensates for a minimum of 2 and a
4242 maximum of the length of the ``pixel_object``.
4343 :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 ``.
4545 :param bool ring: Ring mode. Defaults to ``False``.
4646 """
4747
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ class RainbowComet(Comet):
4040 pixels present in the pixel object, e.g. if the strip is 30 pixels
4141 long, the ``tail_length`` cannot exceed 30 pixels.
4242 :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 ``.
4444 :param int colorwheel_offset: Offset from start of colorwheel (0-255).
4545 :param int step: Colorwheel step (defaults to automatic).
4646 :param bool ring: Ring mode. Defaults to ``False``.
You can’t perform that action at this time.
0 commit comments