Working on example app

This commit is contained in:
Max Lynch
2013-08-28 11:27:10 -05:00
parent b013b42621
commit b62a42aa6a
6 changed files with 34 additions and 18 deletions

View File

@ -52,4 +52,4 @@
-webkit-transform: translate3d( ($panelOpenWidth * -1), 0,0 );
-moz-transform: translate3d( ($panelOpenWidth * -1), 0,0 );
transform: translate3d( ($panelOpenWidth * -1), 0,0 );
}
}