adding initial fast-api
This commit is contained in:
8
fast-api/bower_components/animate.css/source/fading_entrances/fadeIn.css
vendored
Normal file
8
fast-api/bower_components/animate.css/source/fading_entrances/fadeIn.css
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@keyframes fadeIn {
|
||||
0% {opacity: 0;}
|
||||
100% {opacity: 1;}
|
||||
}
|
||||
|
||||
.fadeIn {
|
||||
animation-name: fadeIn;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInDown.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInDown.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInDown {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -100%, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInDown {
|
||||
animation-name: fadeInDown;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInDownBig.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInDownBig.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInDownBig {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, -2000px, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInDownBig {
|
||||
animation-name: fadeInDownBig;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInLeft.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInLeft.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInLeft {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(-100%, 0, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInLeft {
|
||||
animation-name: fadeInLeft;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInLeftBig.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInLeftBig.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInLeftBig {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(-2000px, 0, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInLeftBig {
|
||||
animation-name: fadeInLeftBig;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInRight.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInRight.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInRight {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInRight {
|
||||
animation-name: fadeInRight;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInRightBig.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInRightBig.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInRightBig {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(2000px, 0, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInRightBig {
|
||||
animation-name: fadeInRightBig;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInUp.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInUp.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInUp {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 100%, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInUp {
|
||||
animation-name: fadeInUp;
|
||||
}
|
||||
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInUpBig.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/fading_entrances/fadeInUpBig.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes fadeInUpBig {
|
||||
0% {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 2000px, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 1;
|
||||
transform: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInUpBig {
|
||||
animation-name: fadeInUpBig;
|
||||
}
|
||||
Reference in New Issue
Block a user