Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #572175

    Hi

    I have a gallery on my site. When you enter it the thumbnails are supposed to go from semi transparent to normal. And sometimes they do. But sometimes you have to scroll up or down to activate the transparency change. If you don’t it will just stay semi transparent.

    The problem occurs on several Macs in Chrome, Firefox, and Safari.

    #572528

    Hi DjBeau!

    They are hovering fine on my end. Can you take a screenshot of what your seeing?

    Regards,
    Elliott

    #572744

    HI

    It just stays like this until I scroll. Tested on several Macs and browsers.

    View post on imgur.com

    • This reply was modified 8 years, 2 months ago by DjBeau.
    #573485

    Hey!

    You can disable the animation by adding this code in the Quick CSS field:

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

    Cheers!
    Ismael

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