增加基本项目配置
This commit is contained in:
13
node_modules/animate.css/source/fading_exits/fadeOut.css
generated
vendored
Normal file
13
node_modules/animate.css/source/fading_exits/fadeOut.css
generated
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
@keyframes fadeOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOut {
|
||||
animation-name: fadeOut;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutDown.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutDown.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutDown {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 100%, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutDown {
|
||||
animation-name: fadeOutDown;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutDownBig.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutDownBig.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutDownBig {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 2000px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutDownBig {
|
||||
animation-name: fadeOutDownBig;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutLeft.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutLeft.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutLeft {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutLeft {
|
||||
animation-name: fadeOutLeft;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutLeftBig.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutLeftBig {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(-2000px, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutLeftBig {
|
||||
animation-name: fadeOutLeftBig;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutRight.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutRight.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutRight {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutRight {
|
||||
animation-name: fadeOutRight;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutRightBig.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutRightBig.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutRightBig {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(2000px, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutRightBig {
|
||||
animation-name: fadeOutRightBig;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutUp.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutUp.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutUp {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -100%, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutUp {
|
||||
animation-name: fadeOutUp;
|
||||
}
|
14
node_modules/animate.css/source/fading_exits/fadeOutUpBig.css
generated
vendored
Normal file
14
node_modules/animate.css/source/fading_exits/fadeOutUpBig.css
generated
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
@keyframes fadeOutUpBig {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -2000px, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeOutUpBig {
|
||||
animation-name: fadeOutUpBig;
|
||||
}
|
Reference in New Issue
Block a user