Amit20 Posted July 11, 2011 Share Posted July 11, 2011 Hello Everyone! I have made a simple animation using HTML5 canvas element. Now the problem is, IE8 does not render my animation. I even included the Explorer Canvas script in the head section of my File !--[if lt IE 9]> <script src="excanvas/excanvas.js"></script> <![endif]--> I know that for the explorer canvas to work it must be loaded into the document. I have written my code in $(document).ready event. Still it does not work!!! Any help will be highly appreciated. Quote Link to comment Share on other sites More sharing options...
sunfighter Posted July 14, 2011 Share Posted July 14, 2011 IE8 does not support canvas. It really doesn't support much and I don't think M$ will change that. See http://www.findmebyip.com/litmus/ Quote Link to comment Share on other sites More sharing options...
Amit20 Posted July 19, 2011 Author Share Posted July 19, 2011 Thank You for your reply :D Quote Link to comment Share on other sites More sharing options...
nogray Posted July 28, 2011 Share Posted July 28, 2011 If you want to draw an animate in JS, you might want to consider http://raphaeljs.com/ Quote Link to comment Share on other sites More sharing options...
Amit20 Posted July 29, 2011 Author Share Posted July 29, 2011 Thank You very much nogray!!! Hope it helps me. I saw examples and they are classic. :D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.