On 6/29/11 11:38 AM, Mark Volkmann wrote:
I want to specify a transition for an element, but I only want it to
be used if a change is made to a property AFTER the page has loaded.
For example,

#foo {
font-size: 24pt;
transition: all 1s linear;
-moz-transition all 1s linear;
-webkit-transition all 1s linear;
}


One possibility is to trigger the transition on activating a link to #foo using the :target selector:

http://reference.sitepoint.com/css/pseudoclass-target

Not sure if that's what you are after, though...
--
Cordially,
David

______________________________________________________________________
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