env.svganimation¶
webix.env.
svganimation
([see official doc])¶webix.env.svganimation helper.
Please look into the linked official documentation.
External references¶
Code¶
1 2 3 4 5 6 | webix.env.svganimation = (function(){
return document.implementation.hasFeature("https://www.w3.org/TR/SVG11/feature#SVG-animation", "1.1");
})();
//html helpers
|