Closed
Bug 1262511
Opened 7 years ago
Closed 7 years ago
CSS Transition flicker since FF45
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1225934
People
(Reporter: mail_us, Unassigned)
Details
Attachments
(1 file)
4.61 KB,
application/zip
|
Details |
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.110 Safari/537.36 Steps to reproduce: Hello, - Take an img on a page that is resized via CSS (width: 250px). - on hover there is a CSS-position-transition applied (-webkit-transition: left 1s linear) Actual results: after the page is loaded the image flashes on hover. on another hover everything is smooth, just the first hover flashes. Expected results: the transition should be smooth under any circumstances
Reporter | ||
Updated•7 years ago
|
Component: Untriaged → Graphics
OS: Unspecified → Mac OS X
Hardware: Unspecified → x86_64
Reporter | ||
Updated•7 years ago
|
Summary: css transition position → CSS Transition flicker since FF45
Fixed in 46.
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 2•7 years ago
|
||
will-change: transform; seems to work as a workaround for ff45
You need to log in
before you can comment on or make changes to this bug.
Description
•