adding initial fast-api
This commit is contained in:
19
fast-api/bower_components/animate.css/source/bouncing_exits/bounceOut.css
vendored
Normal file
19
fast-api/bower_components/animate.css/source/bouncing_exits/bounceOut.css
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
@keyframes bounceOut {
|
||||
20% {
|
||||
transform: scale3d(.9, .9, .9);
|
||||
}
|
||||
|
||||
50%, 55% {
|
||||
opacity: 1;
|
||||
transform: scale3d(1.1, 1.1, 1.1);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
transform: scale3d(.3, .3, .3);
|
||||
}
|
||||
}
|
||||
|
||||
.bounceOut {
|
||||
animation-name: bounceOut;
|
||||
}
|
||||
Reference in New Issue
Block a user