WLED-Docs icon indicating copy to clipboard operation
WLED-Docs copied to clipboard

Transitions in playlist, clarification needed

Open werkstrom opened this issue 3 years ago • 1 comments

In the documentation on playlists through JSON. It appears "transition" is a single value. This would indicate the same transition time is applied to all "shifts" in the playlist. However int the preset file the playlist transition appears to be an array, indicating the possibility to have different transition times between different steps in the playlist. Clarification needed. Also if the later is true, does the transition time in the array correspond to the transition time before or after the playlist step?

werkstrom avatar Apr 14 '23 06:04 werkstrom

Indeed a single value will apply to all entries in playlist. If you have an array, the last array entry will apply to rest of playlist entries if there are more than "transition" entries.

blazoncek avatar Apr 14 '23 07:04 blazoncek