Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #412313

    Hi,

    Can you provide custom css to remove the ‘flip’ effect on page load for portfolio items in the Enfold Photography theme please?

    Thanks,

    Sam

    #412605

    Hi sjwmobile!

    It sounds like your talking about the Masonry or Portfolio grid image loading animation. Try this out, https://kriesi.at/support/topic/remove-portfolio-animation/#post-292687.

    Cheers!
    Elliott

    #412634

    Thanks Elliott.

    I used the code from the link you gave;

    .avia_desktop.avia_transform3d .av-masonry-entry {
    -webkit-perspective: none;
    -moz-perspective: none;
    perspective: none;
    opacity: 1 !important;
    visibility: visible !important;
    }

    However, the portfolio items still kind of bounce when the page loads? Is there any way to have absolutely no movement with the portfolio items?

    Thanks,

    Sam

    #412974

    Hi!

    Can you post the link to your page please?

    Cheers!
    Yigit

    #413057
    This reply has been marked as private.
    #413076

    Hi!

    Please add following code to Quick CSS as well

     .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry {
      -webkit-animation: none;
      -moz-animation: none;
      animation: none;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.