jQuery实现移动端下拉展现新的内容回弹动画
jQuery移动端下拉展现新的内容动画回弹,供大家参考,具体内容如下
jquery的方法,写的比较细,可以改成原生的这里就不做修改了,话不多说上代码,也可以改成下拉刷新
顶部回弹 html,body,div,h2{margin:0;padding:0;} html,body{width:100%;height:100%;overflow:hidden;} .wrap{width:100%;height:100%;overflow:hidden;position:relative;} .hideBox{width:100%;height:100%;background-color:#f5f5f5;position:absolute;top:0;left:0;overflow-y:auto;} .hideBoxh2{width:100%;margin-top:20%;font-size:16px;text-align:center;} .top{width:100%;height:100%;position:absolute;top:0;left:0;z-index:2;background-color:#fff;overflow-y:auto;text-align:center;} .moveBox{background-color:#1a84dd;color:#fff;width:100px;height:100px;text-align:center;line-height:100px;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;margin:0auto;} .moveIn{transition:all1sease-in;} 这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容
这是隐藏层的内容