RESOLVED WONTFIX 90527
Add counter support to animation-delay
https://bugs.webkit.org/show_bug.cgi?id=90527
Summary Add counter support to animation-delay
Mårten Björk
Reported 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
Attachments
Dean Jackson
Comment 1 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
Mårten Björk
Comment 2 2012-07-05 05:20:25 PDT
Thanks, I have sent the suggestion to the public-fx list.
Simon Fraser (smfr)
Comment 3 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.
Note You need to log in before you can comment on or make changes to this bug.