Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • jaforum Friend
    #181009

    Hi,

    How can I reduce the fade speed when hovering a link or a button?

    For example – have a look at the ‘See Our Work’ & ‘Contact Now’ buttons or any other link on the site : http://cleverinkdev.co.uk/16/

    Thanks

    swissa Friend
    #468392

    <em>@jaforum 340035 wrote:</em><blockquote>Hi,

    How can I reduce the fade speed when hovering a link or a button?

    For example – have a look at the ‘See Our Work’ & ‘Contact Now’ buttons or any other link on the site : http://cleverinkdev.co.uk/16/

    Thanks</blockquote>

    check here – templates/ja_puresite/themes/green/css/css3.css line 13

    a {

    • -webkit-transition: 0.6s linear; < change the delay here
    • -moz-transition: 0.6s linear;
    • -o-transition: 0.6s linear;
    • transition: 0.6s linear;

    }

    0.3s is a lot better and change them all!

    Hope it helps

    jaforum Friend
    #468393

    Solved. Thanks 🙂

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

This topic contains 3 replies, has 2 voices, and was last updated by  jaforum 12 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum