Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #386985

    Is that possible?

    #387765

    Hey crewneck!

    Please go to Enfold/js folder and open shortcodes.js file and find

    currentLink.css({visibility:"visible", opacity:0}).animate({opacity:1},1500);

    and change it to

    currentLink.css({visibility:"visible", opacity:1}).animate({opacity:1},1500);

    Regards,
    Yigit

    #388278
    This reply has been marked as private.
    #388287

    Hi!

    Please add following code to Quick CSS

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    transform: scale(1,1);
    }

    Regards,
    Yigit

    #388289
    This reply has been marked as private.
    #388937

    Hi!

    Please replace the code with this:

    .avia_desktop.avia_transform3d .av-masonry-entry.av-masonry-item-loaded .av-inner-masonry{
    -webkit-animation: none; /* Safari 4+ */
    -moz-animation: none; /* Fx 5+ */
    animation: none; /* IE 10+ */
    }
    
    .av-masonry-entry {
    opacity: 1 !important;
    visibility: visible !important;
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #389017

    Thanks Ismael! That works.

    Is it also possible to disable the small mouse over animation?

    #389421

    Hey!

    Please add following code to Quick CSS as well

    .avia_desktop .av-masonry-entry:hover .av-masonry-image-container {
    -webkit-transform: scale(1,1) !important;
    -moz-transform: scale(1,1) !important;
    transform: scale(1,1) !important;
    }

    Regards,
    Yigit

    #389466

    Doesn’t seem to work unfortunately. Any ideas?

    #389630

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Regards,
    Yigit

    #390760

    I forgot to empty the browser cache. Works now! Thanks

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Disable gallery animation?’ is closed to new replies.