|
|
|
@ -5,10 +5,10 @@
|
|
|
|
|
|
|
|
|
|
// Fade - 透明度从 0 到 1,从 1 到 0
|
|
|
|
|
.fade {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.fade-add,
|
|
|
|
@ -88,12 +88,12 @@
|
|
|
|
|
|
|
|
|
|
// zoom - 从中心点放大、缩小
|
|
|
|
|
.zoom {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-add,
|
|
|
|
@ -134,12 +134,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-left {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-left-add,
|
|
|
|
@ -179,12 +179,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.zoom-right {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-right-add,
|
|
|
|
@ -225,12 +225,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-up {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-up-add,
|
|
|
|
@ -271,12 +271,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-down {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in-out;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-down-add,
|
|
|
|
@ -317,12 +317,12 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zoom-arr12 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr12-add,
|
|
|
|
@ -345,12 +345,12 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr1 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr1-add,
|
|
|
|
@ -373,12 +373,12 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr3 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr3-add,
|
|
|
|
@ -401,12 +401,12 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr5 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr5-add,
|
|
|
|
@ -429,12 +429,12 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr6 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr6-add,
|
|
|
|
@ -456,12 +456,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr7 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr7-add,
|
|
|
|
@ -485,12 +485,12 @@
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr9 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr9-add,
|
|
|
|
@ -512,12 +512,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.zoom-arr11 {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.zoom-arr11-add,
|
|
|
|
@ -983,12 +983,12 @@
|
|
|
|
|
}
|
|
|
|
|
// puff - 从本身放大、缩小
|
|
|
|
|
.puff {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-500;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-500;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-500;
|
|
|
|
|
animation-duration: @duration-500;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.puff-add,
|
|
|
|
@ -1093,12 +1093,12 @@
|
|
|
|
|
.rotate-down {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-400;
|
|
|
|
|
animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-duration: @duration-400;
|
|
|
|
|
animation-timing-function: @ease-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-400;
|
|
|
|
|
animation-duration: @duration-400;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.rotate-down-add,
|
|
|
|
@ -1143,12 +1143,12 @@
|
|
|
|
|
.rotate-up {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-400;
|
|
|
|
|
animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-duration: @duration-400;
|
|
|
|
|
animation-timing-function: @ease-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-400;
|
|
|
|
|
animation-duration: @duration-400;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.rotate-up-add,
|
|
|
|
@ -1189,12 +1189,12 @@
|
|
|
|
|
.rotate-left {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-400;
|
|
|
|
|
animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-duration: @duration-400;
|
|
|
|
|
animation-timing-function: @ease-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-400;
|
|
|
|
|
animation-duration: @duration-400;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.rotate-left-add,
|
|
|
|
@ -1236,12 +1236,12 @@
|
|
|
|
|
.rotate-right {
|
|
|
|
|
-webkit-backface-visibility: visible !important;
|
|
|
|
|
backface-visibility: visible !important;
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-timing-function: @ease-out;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-400;
|
|
|
|
|
animation-timing-function: @fc-ease-out;
|
|
|
|
|
-webkit-animation-duration: @duration-400;
|
|
|
|
|
animation-timing-function: @ease-out;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-400;
|
|
|
|
|
animation-duration: @duration-400;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.rotate-right-add,
|
|
|
|
@ -1494,12 +1494,12 @@
|
|
|
|
|
|
|
|
|
|
// Slide - 滑动
|
|
|
|
|
.slide-down {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.slide-down-add,
|
|
|
|
@ -1539,12 +1539,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.slide-left {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.slide-left-add,
|
|
|
|
@ -1584,12 +1584,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.slide-right {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.slide-right-add,
|
|
|
|
@ -1629,12 +1629,12 @@
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.slide-up {
|
|
|
|
|
-webkit-animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-timing-function: @ease-in;
|
|
|
|
|
-webkit-animation-fill-mode: backwards;
|
|
|
|
|
-webkit-animation-duration: @fc-duration-600;
|
|
|
|
|
animation-timing-function: @fc-ease-in;
|
|
|
|
|
-webkit-animation-duration: @duration-600;
|
|
|
|
|
animation-timing-function: @ease-in;
|
|
|
|
|
animation-fill-mode: backwards;
|
|
|
|
|
animation-duration: @fc-duration-600;
|
|
|
|
|
animation-duration: @duration-600;
|
|
|
|
|
|
|
|
|
|
&.ng-enter,
|
|
|
|
|
&.slide-up-add,
|
|
|
|
|