Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Fading Hyperlinks on premiumpixels.com – how?

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #32396
    travelvice
    Member

    Hover over most any hyperlink on the site and you’ll see a gentle fade to the hyperlink’s hover color.

    I was certain it was jQuery until I could find no mention of these animations in his jquery.custom.js file — only adding specific hover color classes.

    Baffled!

    #50432
    travelvice
    Member

    Ha – I do indeed. Use it regularly.

    hehe, I was soooo fixated on the jQuery that I completely forgot about the transition property.


    a {
    text-decoration: none;
    color: #2c2d31;
    font-weight: bold;
    transition: color 0.1s linear;
    -moz-transition: color 0.1s linear;
    -webkit-transition: color 0.1s linear;
    -o-transition: color 0.1s linear;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.