Skip to content
Advertisement

Tag: gojs

Animate icon in GoJS

I have a graph with nodes that contains icons: I would like to rotate statusIcon infinitly but only if statusIcon matchs a value. I have looked how to add a css rule like this. But I get an error Trying to set undefined property “animation” on object: TextBlock I suppose that only few css rules are accepted by gojs TextBlock.

Advertisement