thank you for your great job! It's very nice library!
Is possible create animate for fabric's object? I need that every object has a logic behavior, so when change (es. gauges) value the needle automatically go to new position.
So i thought a timer for canvas that render all every 30ms, and every object manage its behavior. When property's gauge change it's automatically change its appearance.
It's possible?
I tried set timer inside Rect for change fill color at random time but without success. I won't change its fill color from outside.
So, is it possible? I wanted use fabric.js for create an HMI interface for SCADA system. ( Do you think could be better SVG instead of Canvas) ?
Hi all,
thank you for your great job! It's very nice library!
Is possible create animate for fabric's object? I need that every object has a logic behavior, so when change (es. gauges) value the needle automatically go to new position. So i thought a timer for canvas that render all every 30ms, and every object manage its behavior. When property's gauge change it's automatically change its appearance. It's possible?
I tried set timer inside Rect for change fill color at random time but without success. I won't change its fill color from outside.
So, is it possible? I wanted use fabric.js for create an HMI interface for SCADA system. ( Do you think could be better SVG instead of Canvas) ?
I need your help. Thank you so much =)