html 向左滑动面板 - 仅限CSS
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 向左滑动面板 - 仅限CSS相关的知识,希望对你有一定的参考价值。
.show {
transform: translate3d(200%, 0, 0);
-webkit-transform: translate3d(200%, 0, 0);
}
.left-slide-menu {
-moz-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
transition: all 0.5s ease-in-out;
position: absolute;
top: 0;
left: -200%;
width: 100%;
z-index: 9999;
}
<!-- toggling class "show" for the following div will trigger the animation -->
<div id="sample" class="left-slide-menu"></div>
以上是关于html 向左滑动面板 - 仅限CSS的主要内容,如果未能解决你的问题,请参考以下文章
jQuery Mobile 面板不应该在向左滑动时关闭
wxWidgets 中的动画滑动面板/窗口
如何使div从右向左滑动
axure动态面板滑动与拖动的区别?
Jquery touchstart 可以工作,但不能向左滑动
jQuery从右向左滑动