This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14611 - Query about the order of animations in a transition on multiple properties
Summary: Query about the order of animations in a transition on multiple properties
Status: NEW
Alias: None
Product: CSS
Classification: Unclassified
Component: Transitions (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Dean Jackson
QA Contact: This bug has no owner yet - up for the taking
URL:
Whiteboard: [needresolution][easy]defer to level 2
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-30 22:41 UTC by Dean Jackson
Modified: 2014-01-08 23:19 UTC (History)
5 users (show)

See Also:


Attachments

Comment 1 L. David Baron (Mozilla) 2012-02-17 01:25:18 UTC
So it's possible to do this today by specifying different transition-timing-function and transition-delay values with a selector with :hover, as Simon's reply in http://lists.w3.org/Archives/Public/www-style/2010Nov/0428.html indicates.

I propose that:

 (1) the spec be updated to give an example of how to do this (since it's a common request), but

 (2) that adding a feature for a better way to do it be postponed until the next level of CSS transitions.
Comment 2 L. David Baron (Mozilla) 2012-03-29 19:11:39 UTC
http://dvcs.w3.org/hg/csswg/rev/2aeb262c2b49 does the former.

Probably LATER for the latter?