Bug 139082
| Summary: | CSS can't animate multiple properties on SVG | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Daniel O'Connor <daniel> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Minor | CC: | daniel, dino, kari.pihkala, krit, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Mac | ||
| OS: | OS X 10.9 | ||
| URL: | http://codepen.io/danoc/pen/azOXjQ | ||
Daniel O'Connor
URL (Autoprefixer is enabled):
http://codepen.io/danoc/pen/azOXjQ
Steps to reproduce:
1) Open URL
2) Notice that the browser doesn't animate `opacity` *and* `transform`
3) Comment out `opacity` and the browser applies the transform
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
kari.pihkala
Is this still an issue? The codepen demo seems to work in Safari 10, Version 10.1.1 (12603.2.4).
Daniel O'Connor
This seems to have been fixed in Safari. Will close.