Skip to content

Instantly share code, notes, and snippets.

@rylanb
Created August 31, 2011 17:39
Show Gist options
  • Save rylanb/1184148 to your computer and use it in GitHub Desktop.
Save rylanb/1184148 to your computer and use it in GitHub Desktop.
.current {
display: block !important;
z-index: 980 !important;
}
.page {
display: none;
height: auto !important;
min-height: 100% !important;
padding-left: 20px;
position: absolute; left: 0; top: 0;
/*-webkit-transform-style: preserve-3d;*/
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.past {
opacity: 0;
display:block;
-moz-transform: scale(0.5);
-o-transform: scale(0.5);
-webkit-transform: scale(0.5);
-ms-transform: translateX(-100%, 0, 0);
transform: scale(0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment