Home Forums WoodMart support forum Loading images slow

Loading images slow

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #678159

    c-tin.nl
    Participant

    Hi, The website is opening fast, but it seems like the images take like 3-4 seconds before they become floaging ( like when you go over hover the image moves ) Could you please check reason ?

    https://cameragroothandel.nl/product-categorie/alarmsystemen/ajax/

    #678206

    Luke Nielsen
    Keymaster

    It seems that you mean the animation when the image changes on hover? If so, try to use the code below for help:

    .wd-product .hover-img {
        transition: opacity 0.3s ease, transform 1s cubic-bezier(0, 0, 0.44, 1.18);
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)