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