| Summary: | animations with transform properties & :active states get stuck running | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Jer Noble <jer.noble> | ||||
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> | ||||
| Status: | RESOLVED CONFIGURATION CHANGED | ||||||
| Severity: | Normal | CC: | bfulgham, dino, graouts, simon.fraser, webkit-bug-importer, zalan | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
Does this happen if you disable "Web Animations and CSS Integration"? Actually, unless I misunderstand the test, it appears that Jer's test only works with the Web Animations code path and fails with the old code path. |
Created attachment 346840 [details] animation-test-transform.html Given an animation definition with @keyframe rules containing transform: properties, and a :active selector which sets the animation-iteration-count to infinite, the animation will not stop when the :active state is removed. An identical animation which uses top: properties in its @keyframe will stop correctly.