Closed Bug 1367291 Opened 7 years ago Closed 7 years ago

stylo: translate + rotate does not work as expected

Categories

(Core :: CSS Parsing and Computation, defect)

x86_64
Linux
defect
Not set
normal

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
Blocking css animation bug not to be missed this.  The animation might be a transition though, anyway.
I see an odd result. Incoming rotate does not work, but going back rotate seems to work fine.
Looks like a dupe of bug 1365851. We animate from 'translate(0px, 0px)' to 'translate(460px, -100px) rotate(180deg)'.
Oh, nice. It's just a transform list.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.