Bug 170403
Summary: | Nested transitions on hover are running in sequence | ||
---|---|---|---|
Product: | WebKit | Reporter: | niels |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED CONFIGURATION CHANGED | ||
Severity: | Normal | CC: | dino, graouts, simon.fraser |
Priority: | P2 | ||
Version: | Safari 10 | ||
Hardware: | Mac | ||
OS: | macOS 10.12 | ||
URL: | http://codepen.io/broccolileg/pen/XMGmLx |
niels
Parent and child both have a transition set. Everything animates at once (correctly) on hover. On mouse leave, the transition on the child gets triggered after the parent's transition is done. These transitions should be running in parallel. Please see the attached URL for an example. This also happens in the latest version of Chrome (57.0.2987.133).
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Alexey Proskuryakov
I can reproduce this with Safari 10.1.
Antoine Quint
This looks good to me with shipping Safari!