Hmm IE8 does not support CSS3 rotate/transform/animation/transition and 
with pure JS I think you can't rotate a needle. 

There is something called 
ExplorerCanvas: http://code.google.com/p/explorercanvas/ that seems to 
provide canvas support in IE8 by converting canvas elements in IE to VML. I 
guess it is also used 
by http://www.htmldrive.net/items/demo/832/jQuery-Speedometer so you could 
see how it works in IE8.

The only alternative would be to have a large sprite image that contains 
all possible needle positions side by side and then change the sprite image 
position to animate the needle 
(example: http://source.futurecolors.ru/fc.tape/ )

-- J.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/T9i2cK7Fk9sJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to