Tagged: ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #834922

    Hello!
    Found a few potential solution posts, but instead of “shooting in the dark”, though I would ask again…

    Working with the Gallery feature. I’d like it to load all at one time, but not fade out when the mouse trails over the image. Make sense? So, I want to turn off the “animation”. I’ll post the URL in the private content window. This is not re: the image slider, but the 3-across image gallery at the lower left of the page.

    Thanks!

    #835159

    Hey jancecile,
    Try this code in the General Styling > Quick CSS field:

    .avia_transform .avia-gallery-thumb img.avia_start_animation {
        -webkit-animation: avia_appear 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; 
        animation: avia_appear 0s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275)!important; 
        animation-duration: 0s!important; 
        
    }

    Best regards,
    Mike

    #835161

    Thanks Mike, but no, that did not work. It actually miss-aligned headers and reduced image site wide. Any other ideas? I just want the animation to not happen with the gallery.

    Thanks!

    #836994

    Hello support team — does anyone have a help for this?

    Thanks!

    #837732

    Hi,

    Please try this code instead.

    .avia_transform .avia-gallery-thumb img {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    

    Best regards,
    Ismael

    #838064

    Nope… did not work. Do it again and then clear cache and see what happens.

    Thanks Ismael!

    #838066

    Did not work. Anything else we can try and sell use the gallery? I can try to set ups smilier grid without using the Avia (or use a different one) — I just love the ease of it all!

    Let me know what you think.

    Thanks!!

    #838238

    Hi,
    Please try this code in the General Styling > Quick CSS field:

    .avia_transform .avia-gallery-thumb img {
        opacity: 1!important; 
         animation-duration: 0s!important; 
        -webkit-transform: scale(1)!important; 
        transform: scale(1)!important; 
    }

    Please clear your cache and compare to gif in Private Content area, which is the result I see on my end when I refresh two times.

    Best regards,
    Mike

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