Tihauan / jsgauge

Automatically exported from code.google.com/p/jsgauge
0 stars 0 forks source link

Slow gauge animation #19

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
>What steps will reproduce the problem?

Initial opening of page containing four gauges.  Legends / values display 
correctly, but take a while to display.  Animations are very slow.

What is the expected output? What do you see instead?

> Gauges render correctly, but animation is very slow, 

What version of the product are you using? On what operating system?

>Release 0.4.3
>jQuery 1.7.1
>excanvas.js as sourced from jsgauge example page

Please provide any additional information below.
> Everything worked great until the last round of Windows / IE8 updates when I 
realized that I hadn't correctly included a conditional link to excanvas.js.  
Once I added this link the gauges rendered, but very slowly.

Original issue reported on code.google.com by chris.mc...@gmail.com on 16 Jan 2012 at 1:51

GoogleCodeExporter commented 9 years ago
Issue 25 has been merged into this issue.

Original comment by justin.e...@gmail.com on 28 Mar 2012 at 5:52

GoogleCodeExporter commented 9 years ago
This should be a little better with this change to decrease the setTimeout 
interval: http://code.google.com/p/jsgauge/source/detail?r=67

The root of the problem is that requestAnimationFrame - for smooth animation - 
is not implemented in IE8. For more information see 
http://paulirish.com/2011/requestanimationframe-for-smart-animating/

Original comment by justin.e...@gmail.com on 28 Mar 2012 at 5:54

GoogleCodeExporter commented 9 years ago

Original comment by justin.e...@gmail.com on 16 Apr 2012 at 4:48