Animation svg problem

Did you add an animation called "ventilateur" to be triggered?

Also, did you read the docs or the built in help or search the forum? - I ask because that command is not correct. The correct format of the trigger_animation command is ...

{ 
  "command":"trigger_animation",
  "selector":"#id_of_my_animation",
  "action":"start"
}

See docs here: Home · bartbutenaers/node-red-contrib-ui-svg Wiki · GitHub

See an example on the forum here: UI-SVG ANIMATION by MESSAGE - #3 by BartButenaers

1 Like