• Hi
    I am new to wordpress but recently I have taken over few websites built with this system. I am looking for plugin that will bring some life to the pictures on the website. I want those pictures to “animate” automatically when hovered for example like: https://doyleconcrete.ie/. It is important for me that it will happen automatically, because I do not want to insert those pictures again, or have to go through html.
    I appreciate any advise.

Viewing 1 replies (of 1 total)
  • I am also looking for something similar.

    These buttons have been created by scaling the images up and fading them out a little when rolled over.

    I can see the code

    element.style {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }

    attached to the button (using ‘Firebug’) somehow but I am a newbie to this as well so I’m not sure if adding this to style sheet would work.

    I want to swap one image for another when you hover over it but no one has responded to my post for over 2 weeks now so I’m not sure if I’ve posted it correctly.

    Good luck with the hunt anyway!

Viewing 1 replies (of 1 total)
  • The topic ‘Plugin for animating the pictures’ is closed to new replies.