You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The 'onFinishedAll' and 'afterLoad' callbacks fire after the final image has loaded by scrolling all images into the viewport, but not after all remaining images have been loaded via the loadAll() public function. Given the names and descriptions of these functions, expected behaviour would be for the callbacks to fire when all images have been loaded regardless of how they have been loaded.