提交 86d27a7b 编写于 作者: M Minwe

fixed #163, the same problem as #1

上级 0b070c6d
# Amaze UI Change Log
---
### 2014.10 W4
__JS插件__
- `FIXED` #164 Alert 插件 closed:alert:amui 自定义事件未触发;
- `FIXED` #163 Pureview 插件在 Firefox 桌面版异常。
### 2014.10 W3
__CSS__
......
......@@ -22,6 +22,8 @@ Amaze UI 使用 [WebStorm](http://www.jetbrains.com/webstorm/) 开发,感谢 [
### v1.0.0
[@穷穷云](http://www.baidu.com/p/%E7%A9%B7%E7%A9%B7%E4%BA%91)[@吴亚东](http://t.qq.com/wuyadong2)[我怀念的是那时的我们](http://t.qq.com/a13572713967)
#### RC1
[@John.Wall](http://t.qq.com/wangzj141)、@ayhome、[@啸沧海](http://t.qq.com/seecool)[@成都高校联盟](http://www.cdunu.com/)、@Henry、[@Kimi](http://weibo.com/2536228053)、@nswish、
......
......@@ -251,7 +251,7 @@ define(function(require, exports, module) {
if (transition) {
$slide.one(transition.end, $.proxy(function() {
this.transitioning = 0;
}, this));
}, this)).emulateTransitionEnd(300);
} else {
this.transitioning = 0;
}
......
......@@ -130,7 +130,7 @@
//max-width:100%;
//height:auto;
opacity: 0;
z-index: 2;
z-index: 200;
-webkit-user-drag: none;
user-drag: none;
.transition(opacity .15s linear);
......@@ -299,4 +299,4 @@
// body
.am-pureview-active {
overflow: hidden;
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册