Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annimation ? #23

Open
thecatz opened this issue Feb 11, 2013 · 1 comment
Open

Annimation ? #23

thecatz opened this issue Feb 11, 2013 · 1 comment

Comments

@thecatz
Copy link

thecatz commented Feb 11, 2013

Hello, i use this gauge to count my visitor on my website, and i want to make the same animation like on your demo site : when value is going up, the gauge do an annimation . I've tried to use setInterval, myfunction, 5000) for example and the gauge is completly refresh but don not make any annimation. Can someone explain me how do make it possible, cause i'm on it since several weeks... thx

@Andrekra
Copy link

The gauge animates on itself by using set (gauge.set(500) for instance). If you set it using a setInterval the gauge will continously set itself with an animation which could look like it's not animating or real choppy. So setting it once would suffice.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants