initial commit
This commit is contained in:
20
node_modules/animate.css/source/back_entrances/backInDown.css
generated
vendored
Normal file
20
node_modules/animate.css/source/back_entrances/backInDown.css
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
@keyframes backInDown {
|
||||
0% {
|
||||
transform: translateY(-1200px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: translateY(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backInDown {
|
||||
animation-name: backInDown;
|
||||
}
|
||||
20
node_modules/animate.css/source/back_entrances/backInLeft.css
generated
vendored
Normal file
20
node_modules/animate.css/source/back_entrances/backInLeft.css
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
@keyframes backInLeft {
|
||||
0% {
|
||||
transform: translateX(-2000px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: translateX(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backInLeft {
|
||||
animation-name: backInLeft;
|
||||
}
|
||||
20
node_modules/animate.css/source/back_entrances/backInRight.css
generated
vendored
Normal file
20
node_modules/animate.css/source/back_entrances/backInRight.css
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
@keyframes backInRight {
|
||||
0% {
|
||||
transform: translateX(2000px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: translateX(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backInRight {
|
||||
animation-name: backInRight;
|
||||
}
|
||||
20
node_modules/animate.css/source/back_entrances/backInUp.css
generated
vendored
Normal file
20
node_modules/animate.css/source/back_entrances/backInUp.css
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
@keyframes backInUp {
|
||||
0% {
|
||||
transform: translateY(1200px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
80% {
|
||||
transform: translateY(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.backInUp {
|
||||
animation-name: backInUp;
|
||||
}
|
||||
Reference in New Issue
Block a user