In /wiki/JSON-API, the “Playlist object” documentation says:
transition Array of time each preset should transition to the next one, in tenths of seconds. If only one integer is supplied, all presets will transition for that time. Defaults to the current transition time if not provided.
I set a transition time of 20 (2 seconds), but see no transition time between presets. I used an array of transition times, but still see no time between. What am I doing wrong?
The syntax of the JSON command is:
“1”: {
“n”: “Playlist”,
“playlist”: {
“ps”: [2, 3 ],
“dur”: [50, 100 ],
“transition”: 20,
“repeat”: 5
}
},