Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Panel: adjusted fix for #5831. Less 3D-ing is always better.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaspermdegroot committed Apr 4, 2013
1 parent c680a65 commit dfe0a5e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions css/structure/jquery.mobile.panel.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
transition: transform 350ms ease;
}

/* hardware acceleration for smoother transitions */
/* hardware acceleration for smoother transitions on WebKit browsers */
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal),
.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) > div,
.ui-panel-animate.ui-panel-closed.ui-panel-display-reveal > div,
.ui-panel-animate.ui-panel-content-wrap,
.ui-panel-animate.ui-panel-content-wrap > .ui-header,
.ui-panel-animate.ui-panel-content-wrap > .ui-content,
.ui-panel-animate.ui-panel-content-wrap > .ui-footer,
.ui-panel-animate.ui-panel-content-wrap:not(.ui-panel-content-wrap-closed) > .ui-header,
.ui-panel-animate.ui-panel-content-wrap:not(.ui-panel-content-wrap-closed) > .ui-content,
.ui-panel-animate.ui-panel-content-wrap:not(.ui-panel-content-wrap-closed) > .ui-footer,
.ui-panel-animate.ui-panel-content-fixed-toolbar {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
Expand Down

0 comments on commit dfe0a5e

Please sign in to comment.