Closed
Bug 1367291
Opened 8 years ago
Closed 8 years ago
stylo: translate + rotate does not work as expected
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1335998
People
(Reporter: shinglyu, Unassigned)
References
(Blocks 1 open bug)
Details
STR:
* Open https://tympanus.net/Tutorials/OriginalHoverEffects/index3.html
* Hover any of the image
Expected:
* A semi-transparent mask will rotate in
Actual:
* The mask just appears without the rotate animation
Version:
* commit 20ab6785cbd9da0af89da357cbef4f50c6a2afdf
* linux64 opt build
Comment 1•8 years ago
|
||
Blocking css animation bug not to be missed this. The animation might be a transition though, anyway.
Blocks: stylo-css-animations
Comment 2•8 years ago
|
||
I see an odd result. Incoming rotate does not work, but going back rotate seems to work fine.
Comment 3•8 years ago
|
||
Looks like a dupe of bug 1365851. We animate from 'translate(0px, 0px)' to 'translate(460px, -100px) rotate(180deg)'.
Comment 4•8 years ago
|
||
Oh, nice. It's just a transform list.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•