Bug 90526
Summary: | CSS counters are not updated until animation is finished | ||
---|---|---|---|
Product: | WebKit | Reporter: | Mårten Björk <marten> |
Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | Normal | CC: | bfulgham, dino, simon.fraser |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Mac (Intel) | ||
OS: | OS X 10.7 | ||
URL: | http://jsbin.com/ewidoj |
Mårten Björk
When applying -webkit-animation to elements, their CSS counters are not updated until the animation finishes:
http://jsbin.com/ewidoj
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Simon Fraser (smfr)
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.