-
Notifications
You must be signed in to change notification settings - Fork 371
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
Refresh plugin after resize #22
Comments
Is there an easy way to reset all scrollpoints? |
Not at this time. I do accept pull requests. |
Hi John, I don't know why I cannot leave pull requests. I think that the resize method would be something like: scrollorama.resize = function() {
var block;
for (i=0; i<blocks.length; i++) {
block = scrollorama.settings.blocks.eq(i);
blocks[i].top = block.offset().top - parseInt(block.css('margin-top'), 10);
}
}; |
Hi jorditost, |
We are making a site for a star trek/star wars-movie using scrollorama. can I also carry on animating elements after the next "slide" |
Does anybody find solution with stopping animation when window is resizing? |
Hi John,
The plugin doesn't seems to refresh after resizing, and the animations start/end delayed. There's a safe way to fix it?
Thanks
The text was updated successfully, but these errors were encountered: