Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Valentin Popov committed Jan 23, 2019
1 parent cbfef47 commit cee8263
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/flip.js
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
};
var faceElementCss = {
"backface-visibility": "hidden",
"-webkit-backface-visibility": "hidden",
"transform-style": "preserve-3d",
"position": "absolute",
"z-index": "1"
Expand All @@ -199,7 +200,8 @@


faces.css(faceElementCss).find('*').css({
"backface-visibility": "hidden"
"backface-visibility": "hidden",
"-webkit-backface-visibility": "hidden"
});

self.element.css(elementCss);
Expand Down

0 comments on commit cee8263

Please sign in to comment.