[CSSWG][css3-animations] Updated Working Draft of CSS Animations

The CSS WG has published an updated Working Draft of CSS Animations:

    http://www.w3.org/TR/css3-animations/

This module allows authors to animate the values of CSS properties over time, using keyframes.  
(The CSS Animations module allows authors to cause changes, in contrast to the CSS Transitions 
module, which only allows animating changes that are otherwise happening.)

This draft resolves a number of outstanding issues in the previous draft of the document,
including:

* Adding the pseudoElement property to animation events
* animation-play-state can be set by the animation shorthand
* Better definition of error conditions e.g. keyframe selectors outside [0-100%] are ignored

Except for minor editorial updates, all the issues resolved since the previous Working Draft [1]
can be found in Bugzilla [2].

Please send any comments to this mailing list, <www-style@w3.org>, and please, prefix the subject line with

    [css3-animations]

(as I did on this message).

For the CSS WG,
Sylvain


[1] http://www.w3.org/TR/2012/WD-css3-animations-20120403/
[2] https://www.w3.org/Bugs/Public/buglist.cgi?list_id=5465&resolution=---&resolution=FIXED&resolution=NEEDSINFO&resolution=INVALID&resolution=WONTFIX&resolution=LATER&resolution=REMIND&resolution=DUPLICATE&resolution=WORKSFORME&resolution=MOVED&chfieldto=2013-02-19&query_format=advanced&chfield=bug_status&chfieldfrom=2012-04-03&chfieldvalue=RESOLVED&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=RESOLVED&bug_status=VERIFIED&bug_status=CLOSED&component=Animations&product=CSS

Received on Tuesday, 19 February 2013 17:32:25 UTC