lx_effect_move(
direction = "forward",
period = 1,
cycles = 10^10,
power_on = TRUE,
fast = FALSE,
selector = "all",
token = lx_get_token()
)
Arguments
direction
Move direction, can be "forward" or "backward".
period
The time in seconds for one cycle of the effect.
cycles
The number of times to move the pattern across the device. Special cases are 0 to switch the effect off, and unspecified to continue near indefinitely (10^10 times).
power_on
Switch any selected device that is off to on before performing the effect.