Site logo

Archived topic

Hover Time Dropdown

20 replies · Started by Anonymous on August 18, 2016

Viewing posts 16–21 of 21

I'm not too sure what you mean by animation? Can you link me to your site?

Hi Stacey,

Well I mean the hover transition. I cannot link you to my website, I'm working on localhost sorry.

Thanks,

Ivan

Link transitions in GP can be removed like this:

a {
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}

Thanks again, Tom!!

You're welcome :)

This archived topic is closed to new replies.