Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #609427

    Hi guys
    how do i cancel masonry animation on page load?
    TNX

    #609438

    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
    }
    #609650

    Hey!

    Please refer to @guenni007’s post above

    @guenni007
    Thanks as always :)

    Best regards,
    Yigit

    #610761

    Thanks :)

    #610841

    Hey!

    Glad it got it short out.
    Please do let us know if we can do anything else to assist further.

    Cheers!
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘cancel masonry animation’ is closed to new replies.