adding initial fast-api
This commit is contained in:
17
fast-api/bower_components/animate.css/source/rotating_entrances/rotateInDownLeft.css
vendored
Normal file
17
fast-api/bower_components/animate.css/source/rotating_entrances/rotateInDownLeft.css
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
@keyframes rotateInDownLeft {
|
||||
0% {
|
||||
transform-origin: left bottom;
|
||||
transform: rotate3d(0, 0, 1, -45deg);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform-origin: left bottom;
|
||||
transform: none;
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.rotateInDownLeft {
|
||||
animation-name: rotateInDownLeft;
|
||||
}
|
||||
Reference in New Issue
Block a user