On Saturday, June 25, 2011 4:43:04 pm Gabriele Romanato wrote:

> For experienced developers: what happens with CSS3 transitions? Is it
> possible to create a smooth jump effect using transitions?

Yes - with just one more line (and the appropriate vendor prefix, of course).

#social a {
        display: block;
        width: 100%;
        height: 100%;
        float: left;
        text-indent: -1000em;
        background-repeat: no-repeat;
        background-position: 0 32px;
        transition: background-position .25s ease-out
}

---Tim
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to