adding initial fast-api
This commit is contained in:
15
fast-api/bower_components/animate.css/source/lightspeed/lightSpeedOut.css
vendored
Normal file
15
fast-api/bower_components/animate.css/source/lightspeed/lightSpeedOut.css
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
@keyframes lightSpeedOut {
|
||||
0% {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translate3d(100%, 0, 0) skewX(30deg);
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.lightSpeedOut {
|
||||
animation-name: lightSpeedOut;
|
||||
animation-timing-function: ease-in;
|
||||
}
|
||||
Reference in New Issue
Block a user