RESOLVED WORKSFORME 90526
CSS counters are not updated until animation is finished
https://bugs.webkit.org/show_bug.cgi?id=90526
Summary CSS counters are not updated until animation is finished
Mårten Björk
Reported 2012-07-04 01:07:16 PDT
When applying -webkit-animation to elements, their CSS counters are not updated until the animation finishes: http://jsbin.com/ewidoj
Attachments
Simon Fraser (smfr)
Comment 1 2012-07-05 10:31:34 PDT
I can't reproduce with your testcase, because the animation line isn't being parsed. If I change it to: -webkit-animation: fadein 2s both; then things work.
Note You need to log in before you can comment on or make changes to this bug.