rc.2
This commit is contained in:
parent
0da7f07f26
commit
c8bedb2c58
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -78,11 +78,11 @@ label,input{vertical-align: middle;}
|
||||
.layui-m-anim-scale{animation-name: layui-m-anim-scale; -webkit-animation-name: layui-m-anim-scale;}
|
||||
|
||||
@-webkit-keyframes layui-m-anim-up{ /* 从下往上 */
|
||||
0%{opacity: 0; -webkit-transform: translateY(100%); transform: translateY(100)}
|
||||
0%{opacity: 0; -webkit-transform: translateY(800px); transform: translateY(800px)}
|
||||
100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0)}
|
||||
}
|
||||
@keyframes layui-m-anim-up{
|
||||
0%{opacity: 0; -webkit-transform: translateY(100); transform: translateY(100)}
|
||||
0%{opacity: 0; -webkit-transform: translateY(800px); transform: translateY(800px)}
|
||||
100%{opacity: 1; -webkit-transform: translateY(0); transform: translateY(0)}
|
||||
}
|
||||
.layui-m-anim-up{-webkit-animation-name: layui-m-anim-up; animation-name: layui-m-anim-up}
|
||||
|
@ -1,6 +1,6 @@
|
||||
/*!
|
||||
|
||||
@Name:layer mobile v2.0 弹层组件移动版
|
||||
@Name:layer mobile v2.0.0 弹层组件移动版
|
||||
@Author:贤心
|
||||
@Site:http://layer.layui.com/mobie/
|
||||
@License:MIT
|
||||
|
@ -29,7 +29,7 @@ layui.define(['layer-mobile', 'zepto'] , function(exports){
|
||||
return layer.open({
|
||||
content: content || ''
|
||||
,skin: 'msg'
|
||||
,time: 0 //2秒后自动关闭
|
||||
,time: 2 //2秒后自动关闭
|
||||
});
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user