commit
9215d0893f
2 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ class Comet(Animation):
|
||||||
``pixel_object``. Automatically compensates for a minimum of 2 and a
|
``pixel_object``. Automatically compensates for a minimum of 2 and a
|
||||||
maximum of the length of the ``pixel_object``.
|
maximum of the length of the ``pixel_object``.
|
||||||
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
|
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
|
||||||
:param bool bounce: Comet will bounce back and forth. Defaults to ``True``.
|
:param bool bounce: Comet will bounce back and forth. Defaults to ``False``.
|
||||||
:param bool ring: Ring mode. Defaults to ``False``.
|
:param bool ring: Ring mode. Defaults to ``False``.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,7 @@ class RainbowComet(Comet):
|
||||||
pixels present in the pixel object, e.g. if the strip is 30 pixels
|
pixels present in the pixel object, e.g. if the strip is 30 pixels
|
||||||
long, the ``tail_length`` cannot exceed 30 pixels.
|
long, the ``tail_length`` cannot exceed 30 pixels.
|
||||||
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
|
:param bool reverse: Animates the comet in the reverse order. Defaults to ``False``.
|
||||||
:param bool bounce: Comet will bounce back and forth. Defaults to ``True``.
|
:param bool bounce: Comet will bounce back and forth. Defaults to ``False``.
|
||||||
:param int colorwheel_offset: Offset from start of colorwheel (0-255).
|
:param int colorwheel_offset: Offset from start of colorwheel (0-255).
|
||||||
:param int step: Colorwheel step (defaults to automatic).
|
:param int step: Colorwheel step (defaults to automatic).
|
||||||
:param bool ring: Ring mode. Defaults to ``False``.
|
:param bool ring: Ring mode. Defaults to ``False``.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue