Bug 90526

Summary: CSS counters are not updated until animation is finished
Product: WebKit Reporter: Mårten Björk <marten>
Component: CSSAssignee: 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
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.