zhangkangj/twitwi_web

election map transition issue in IE and some versions of Safari

Opened this issue · 1 comments

the problem is due to the lack of support of CSS transition for SVG elements in these browsers: these browsers might support CSS transition for HTML elements but not SVG elements. Try moving your cursor onto the rightmost square: http://blogs.adobe.com/webplatform/files/2012/01/svg-transform-sample.html

could use the SVG animation system which has good support.