Y
Hacker News
new
|
ask
|
show
|
jobs
by
stringham
4091 days ago
Using chrome, and chrome on android inspecting the source shows that it is
transform: scaleX(-1);
1 comments
timothya
4091 days ago
failoverflow was actually right; while scaleX(-1) is present, it's overridden:
http://i.imgur.com/mNjGE0F.png
It doesn't matter though, both transforms have the same effect.
link
stringham
4091 days ago
On my Chromebook it doesn't override it with rotateY(180deg), but it does on my Linux machine running Chrome 41.
link
It doesn't matter though, both transforms have the same effect.