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