I'm trying to use the gauge object from Dashcode at my website project, so I've tried this line of code to make a simple test:

for (i=0;i<=50;i++)
{
    document.getElementById("gauge").object.setValue(i);
}

The problem is that the pointer just jumps to the position I've set, but I want to do some growing animation instead of just jumping. How should I do to make it like those gauges that we see on sites, that looks real?

link|improve this question

link to dashcode? – Raynos Apr 1 '11 at 15:45
Scroll down a bit to see the Gauge topic: developer.apple.com/library/ios/#DOCUMENTATION/… – Nathan Campos Apr 1 '11 at 15:46
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.