initial commit
This commit is contained in:
20
node_modules/animate.css/source/back_exits/backOutRight.css
generated
vendored
Normal file
20
node_modules/animate.css/source/back_exits/backOutRight.css
generated
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
@keyframes backOutRight {
|
||||
0% {
|
||||
transform: scale(1);
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
20% {
|
||||
transform: translateX(0px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
100% {
|
||||
transform: translateX(2000px) scale(0.7);
|
||||
opacity: 0.7;
|
||||
}
|
||||
}
|
||||
|
||||
.backOutRight {
|
||||
animation-name: backOutRight;
|
||||
}
|
||||
Reference in New Issue
Block a user