fakesmile

FakeSmile with IE9

大憨熊 提交于 2019-12-01 23:53:03
问题 I'm trying to fake SMIL support in IE9 with FakeSmile I'm creating the SVG element dynamically, adding a rect element with animate element and calling beginElement(). IE9 gives me an error: Object doesn't support property or method 'beginElement' Static SVG works: http://jsfiddle.net/FG3PG/1/ How do I use FakeSmile to fix it? The following shows what I'm trying to do: http://jsfiddle.net/DgMDV/13/ And here is the same code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML><html xmlns=

FakeSmile with IE9

时间秒杀一切 提交于 2019-12-01 21:22:07
I'm trying to fake SMIL support in IE9 with FakeSmile I'm creating the SVG element dynamically, adding a rect element with animate element and calling beginElement(). IE9 gives me an error: Object doesn't support property or method 'beginElement' Static SVG works: http://jsfiddle.net/FG3PG/1/ How do I use FakeSmile to fix it? The following shows what I'm trying to do: http://jsfiddle.net/DgMDV/13/ And here is the same code: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <script type="text/javascript" src="http://bazaar