CSS Transform Matrix

Try this in your next website project!
body:hover {
-moz-transform: matrix(-1, 0, 0, 1, 0, 0);
-webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
-o-transform: matrix(-1, 0, 0, 1, 0, 0);
transform: matrix(-1, 0, 0, 1, 0, 0);
}

via Twitter @webrocker

Veröffentlicht am Kategorie: NotizSchlagworte: