Hi guys
how do i cancel masonry animation on page load?
TNX
if you want no animation at all:
but the images has to load on page load – this animation “mimics” that loading time – the non animation mode looks very boaring – sorry
btw. if you only want to influence some Masonries you have to use custom css class.
.avia_desktop.avia_transform3d .av-masonry-entry {
perspective: none;
}
.avia_sortable_active .isotope {
transition: none ;
}
.avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
animation: none;
}
.av-masonry-image-container, .av-inner-masonry-content, .av-masonry-pagination {
transition: none;
}
.avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
transform: none
}
Thanks :)
Hey!
Glad it got it short out.
Please do let us know if we can do anything else to assist further.
Cheers!
Basilis