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
In the latter case, the sliding is not smooth. @pi0@danielroe Could you please give me advice on it? cc @addyosmani
anton-karlovskiy
changed the title
transition when images being lazy-loaded
Sliding is not smooth when images are being lazy-loaded by nuxt-image and the CSS aspect-ratio is not there
Feb 3, 2021
I can confirm that the sliding behavior in the second example is no longer smooth. It "appears" as though the images may be getting fetched sooner in the first example and there is less of a delay before the next set of images is displayed, while in the second example this feels a lot more noticeable.
After removing the CSS aspect-ratio, the transition does not work as expected.Here are the changes https://github.com/addyosmani/nuxt-movies/pull/31/files and I believe there's not a special thing.The transition working in thedev
branch:The transition seems broken in theperf/cls-with-nuxt-img
branch:@pi0 @danielroe
Could you please give me advice on it?cc @addyosmani
FYI: it's my bad, the transition is there.
The text was updated successfully, but these errors were encountered: