-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
How to start the animation only when the circle appears in browser's view (on scrolling)? #265
Comments
I have the same doubt! Want the progressBar start the animation when it appears on the screen. |
You would need to use an Intersectional Observer |
If you're using jQuery, have a look at the jquery-appear plug-in. It will achieve what you're looking for. |
I saw the plugin. But i don't understand how to integrate with it. Can you write me the code i need? |
Try something like this:
|
I am failed to work with it. |
This may not be the right forum for it, perhaps ask a question on StackOverflow and list what you tried and what errors you're getting. Feel free to tag me and I will try to help. |
Like this using sal:
|
How can i animate circle while scrolling down to page ? My page is quite long and this plugin come just above the footer, but it animate, when page loads and when scroll down, can not see the circle progress effect ?
The text was updated successfully, but these errors were encountered: