adding initial fast-api
This commit is contained in:
15
fast-api/bower_components/animate.css/source/bouncing_exits/bounceOutRight.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/bouncing_exits/bounceOutRight.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes bounceOutRight {
|
||||
20% {
|
||||
opacity: 1;
|
||||
transform: translate3d(-20px, 0, 0);
|
||||
}
|
||||
|
||||
100% {
|
||||
opacity: 0;
|
||||
transform: translate3d(2000px, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.bounceOutRight {
|
||||
animation-name: bounceOutRight;
|
||||
}
|
||||
Reference in New Issue
Block a user