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