
-
AuthorPosts
-
April 2, 2025 at 12:18 pm #1480643
Hi I want the image in the masonry gallery to fade in when they first load like this site:
https://aswarbyrectory.com/
I added the css in this thread but it isn’t working:Any ideas?
ThanksApril 3, 2025 at 7:39 am #1480691Hey fanlokbun,
Thank you for the inquiry.
Did you try the other suggestion in the thread? https://kriesi.at/support/topic/masonry-gallery-fade-in-on-load/#post-1366942
Best regards,
IsmaelApril 3, 2025 at 9:18 am #1480705Hi Ismael,
I just did this again but the whole gallery fades in not individual images after “set animation on your column element to fade in”. I have left it in place.
The client wants images to fade in like this:
https://aswarbyrectory.com/Thanks
April 7, 2025 at 7:23 am #1480911Hi,
Where can we check the masonry element? Please provide the site URL in the private field. Adding the new avia_masonry_show animation should override the original css with the -webkit-transform: translate(…) property and allow the masonry items to fade in without the flip animation.
Best regards,
IsmaelApril 7, 2025 at 9:07 am #1480922Sorry stupid of me:
April 7, 2025 at 9:26 am #1480923Hi,
We removed the other css and keep the following code to override the default avia_masonry_show transition.
@-webkit-keyframes avia_masonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } } @keyframes avia_masonry_show { 0% { opacity: 0.1; } 100% { opacity: 1; } }
Please make sure to purge the cache before testing.
Best regards,
IsmaelApril 7, 2025 at 9:33 am #1480924Thanks Ismael. They still don’t fade in and it takes ages to load. It is like it is loading all the images before showing the gallery.
This is what client wanted:
https://aswarbyrectory.com/April 8, 2025 at 5:45 am #1480971Hi,
The images are fading in on our end. Did you install any lazy loading plugins? We recommend enabling pagination and try to reduce the number of images on the page. This should improve the loading speed.
You can also add this css code to adjust the transition duration:
.avia_desktop.avia_transform3d .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry, .avia_mobile.avia_transform3d:not(.avia-mobile-no-animations) .av-masonry-animation-active .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{ animation: avia_masonry_show 1.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075); }
Default is 0.8s.
Best regards,
IsmaelApril 8, 2025 at 10:26 am #1480990No better I’m afraid. It doesn’t look like it is achievable does it?
Thanks anywayApril 9, 2025 at 5:12 am #1481038Hi,
It is actually working, but the number of images affects the animation and loading speed. You can see it more clearly on the test page we created. (see private field)
Best regards,
IsmaelApril 9, 2025 at 9:06 am #1481063Your test works the same. They fade in all at the same time. The whole gallery at once. The one the client likes they load one at a time dso there isn’t the delay loading the whole gallery before they fade in. The client doesn’t want pagination. Just load as you scroll down.
April 10, 2025 at 5:05 am #1481109Hi,
The items fade in one at a time when we checked. If you really need to copy the animation from the other site, you may need to hire a freelance developer or contact Codeable.
— https://kriesi.at/contact/customization
Best regards,
IsmaelApril 10, 2025 at 11:54 am #1481132Okay I’ve tried it in lots of browsers and I can’t see it. Just to confirm, can you see it working on this page (now moved to live)?
April 11, 2025 at 4:46 am #1481168April 11, 2025 at 10:23 am #1481185Okay thanks Ismael. It doesn’t work as nicely as the example site but I’m happy with it and client hasn’t said anything so all good hopefully.
You can close this thread
Many thanks -
AuthorPosts
- The topic ‘Masonry Gallery load fade in’ is closed to new replies.