|
|
@@ -3763,8 +3763,8 @@ ul.inbox-pagination li {
|
|
|
.ns-effect-exploader.ns-show {
|
|
|
-webkit-animation-name: animLoad;
|
|
|
animation-name: animLoad;
|
|
|
- -webkit-animation-duration: 2.5s;
|
|
|
- animation-duration: 2.5s;
|
|
|
+ -webkit-animation-duration: 1.0s;
|
|
|
+ animation-duration: 1.0s;
|
|
|
}
|
|
|
|
|
|
@-webkit-keyframes animLoad {
|
|
|
@@ -3836,8 +3836,8 @@ ul.inbox-pagination li {
|
|
|
|
|
|
.ns-effect-exploader.ns-show .ns-box-inner,
|
|
|
.ns-effect-exploader.ns-show .ns-close {
|
|
|
- -webkit-animation-delay: 2.4s;
|
|
|
- animation-delay: 2.4s;
|
|
|
+ -webkit-animation-delay: .9s;
|
|
|
+ animation-delay: .9s;
|
|
|
-webkit-animation-duration: 0.3s;
|
|
|
animation-duration: 0.3s;
|
|
|
-webkit-animation-fill-mode: both;
|