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