-
Notifications
You must be signed in to change notification settings - Fork 159
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels