initial commit
This commit is contained in:
16
node_modules/animate.css/source/rotating_entrances/rotateIn.css
generated
vendored
Normal file
16
node_modules/animate.css/source/rotating_entrances/rotateIn.css
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
@keyframes rotateIn {
|
||||
from {
|
||||
transform: rotate3d(0, 0, 1, -200deg);
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
to {
|
||||
transform: translate3d(0, 0, 0);
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.rotateIn {
|
||||
animation-name: rotateIn;
|
||||
transform-origin: center;
|
||||
}
|
||||
Reference in New Issue
Block a user