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