Animate .svg immage - problem with page refresh - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Animate .svg immage - problem with page refresh (/showthread.php?tid=398) |
Animate .svg immage - problem with page refresh - Mirco - 22.09.2016 Hi guys, I need help again I have an .svg icon for the allarm that blink and I put it into a page. This icon will be visible only when the value of his related object is between 4 and 7. If I open the visualization when the value of the object is already between 4 and 7 there are no problems (the icon blink), but if it reachs these values after the page opening, the icon is freezed and does't blink until I manually refresh the page.. Do you know why this is happening? and how to resolve it? Thank you! Edit: This problem doesn't happen when I'm in the "visualization" tab (the tab where I can modify pages) RE: Animate .svg immage - problem with page refresh - admin - 22.09.2016 Is the default icon also SVG? Which browser are you using? RE: Animate .svg immage - problem with page refresh - Mirco - 23.09.2016 (22.09.2016, 17:03)admin Wrote: Is the default icon also SVG? Which browser are you using? Yes all my icons are .svg immages and I use Firefox. I just tryed to use Chrome and it works perfectly! With Microsoft Edge and IE it does't work.. After some research I think that it is a browser problem, although firefox should be fully compatible.. Thank you, Admin! RE: Animate .svg immage - problem with page refresh - admin - 23.09.2016 Yes, it's a bug in Firefox. SVG animation works correctly in Nightly build 52, so it should be fine in stable version pretty soon. RE: Animate .svg immage - problem with page refresh - Mirco - 23.09.2016 (23.09.2016, 06:39)admin Wrote: Yes, it's a bug in Firefox. SVG animation works correctly in Nightly build 52, so it should be fine in stable version pretty soon. Great news! Thank you! |