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

Commit

Permalink
Panel: 3D-ing reveal panel content and page sections in content wrap. F…
Browse files Browse the repository at this point in the history
…ixes #5831
  • Loading branch information
jaspermdegroot committed Mar 31, 2013
1 parent 991142e commit de18420
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions css/structure/jquery.mobile.panel.css
Expand Up @@ -68,7 +68,11 @@
/* hardware acceleration for smoother transitions */
.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-fixed-toolbar {
-webkit-backface-visibility: hidden;
-webkit-transform: translate3d(0,0,0);
Expand Down

1 comment on commit de18420

@jaspermdegroot
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The first part of this fix ("3D-ing reveal panel content") is still in the framework. This fixes the unfixed panel not appearing at all on Android. The fix for the blink on the page content on iOS has been removed (6b939a4). See also #5861

Please sign in to comment.