diff --git a/dmx-web-example.conf b/dmx-web-example.conf index 78d28e9..d470a49 100644 --- a/dmx-web-example.conf +++ b/dmx-web-example.conf @@ -167,5 +167,31 @@ } ] } - } + }, + "_animPresets": [{ + "_comment1": "Change _animPresets to animPresets for a new tab with all preset animations", + "_comment2": "Check documentation for how to make animations", + "label": "test", + "anim": { + "office": [{ + "to": { + "10": 0, + "20": 0 + } + }, + { + "to": { + "10": 255 + }, + "duration": 2000 + }, + { + "to": { + "20": 255 + }, + "duration": 1000 + } + ] + } + }] }