smil2css icon indicating copy to clipboard operation
smil2css copied to clipboard

SVG animation supporting IE10+ and <noscript>

Results 1 smil2css issues
Sort by recently updated
recently updated
newest added

Hi, this happened when trying to convert an svg: /usr/local/lib/node_modules/smil2css/lib/convert.js:18 var style = _data.target.attr("style"); ^ TypeError: Cannot read property 'attr' of null at appendAnimationToShapes (/usr/local/lib/node_modules/smil2css/lib/convert.js:18:27) at module.exports (/usr/local/lib/node_modules/smil2css/lib/convert.js:70:2) at smil2css.convert...