Bug 90527 - Add counter support to animation-delay
Summary: Add counter support to animation-delay
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac (Intel) OS X 10.7
: P2 Normal
Assignee: Nobody
URL: http://jsbin.com/ewidoj
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-04 01:21 PDT by Mårten Björk
Modified: 2012-07-05 11:12 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mårten Björk 2012-07-04 01:21:09 PDT
Animation delay should support CSS counters as part of their value, like -webkit-animation-delay: counter(row) "s";

Use case: Fading in a bullet list, one item at a time. Instead of declaring delays for every single list item, the counter could be used.

URL: http://jsbin.com/ewidoj
Comment 1 Dean Jackson 2012-07-04 15:50:49 PDT
This is a good suggestion, but it really needs to be added to the spec before we could implement it. Email public-fx@w3.org
Comment 2 Mårten Björk 2012-07-05 05:20:25 PDT
Thanks, I have sent the suggestion to the public-fx list.
Comment 3 Simon Fraser (smfr) 2012-07-05 08:33:36 PDT
This request seems more for a generic way to use counters as values, perhaps via calc(). I don't think it's specific to animations, so closing this bug. Please file a new one if spec discussions warrant it.