-
Notifications
You must be signed in to change notification settings - Fork 311
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
Loop Issues... #66
Comments
Here is my next iteration: http://jsfiddle.net/de41cppa/1/ I got it to stop looping...However, all circles start over on scroll, it needs to be where each circle animation occurs right after the other on scroll and only occur once. To be a bit more precise: I think the underlying issue resolves around here: if (elementPos < topOfWindow + $(window).height() - 30 && !animate) - but I'm not entirely sure... Any help is greatly appreciated! |
Hi! Try to avoid |
Kottenator, Thanks for the reply. I am avoiding Here is my latest iteration: http://jsfiddle.net/de41cppa/5/ Now, I ran into another snag though. I need to add a click handler. Here is my question on stackoverflow: http://stackoverflow.com/questions/33878486/circle-progress-bar-jquery-plugin-event-trigger-issue If you will, could you take a gander at it? I'd greatly appreciate it. |
Solved: Don't mind the layout on that fiddle...Everything is working as it should now. No more loop issues and the circles animate on scroll as desired. |
Hey there Kottenator!
First and foremost, great plugin!
I'm using build 0.6.0 and ran across a snag. I'm hoping you can help me out with this. I've made a few modifications to suit my needs, but found myself in a pickle.
Issue: I am using the Circle Progress JQuery plugin (version: 0.6.0) for a project and have made some modifications to it, however, each circle seems to repeat itself (or loop) for an extended period of time rather than only performing the animation once.
Due to the modifications made, such as adding a link to where if it is clicked, the animation begins, doesn't seem to be where the issue lies. It's when you start to scroll down, and when you do - every circle starts animating based on the percentage set but keeps repeating itself several times before it stops. It should only start the animation for each circle once when the user scrolls down but I can't seem to figure out the root of why this is occurring.
Here is a rough demo of what I mean: http://jsfiddle.net/de41cppa/ - Click "Skill-set" tab and scroll down.
Any help on this would be greatly appreciated!
The text was updated successfully, but these errors were encountered: