initial commit
This commit is contained in:
15
node_modules/animate.css/source/fading_entrances/fadeInUpBig.css
generated
vendored
Normal file
15
node_modules/animate.css/source/fading_entrances/fadeInUpBig.css
generated
vendored
Normal file
@ -0,0 +1,15 @@
|
||||
@keyframes fadeInUpBig {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: translate3d(0, 2000px, 0);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 1;
|
||||
transform: translate3d(0, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
.fadeInUpBig {
|
||||
animation-name: fadeInUpBig;
|
||||
}
|
||||
Reference in New Issue
Block a user