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

Lazy loading images #75

Open
ramirezcgn opened this issue Jul 1, 2020 · 0 comments
Open

Lazy loading images #75

ramirezcgn opened this issue Jul 1, 2020 · 0 comments

Comments

@ramirezcgn
Copy link

ramirezcgn commented Jul 1, 2020

Hi, can you add an "step" option (like jQuery.animate) in the library to re-calculate the final position if there are lazy loading images in the page?

Eg:

step: function( now, fx ) {
   var newOffset = $target.offset().top;
   if(fx.end !== newOffset)
     fx.end = newOffset;
}

Regards

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

1 participant