initial commit
This commit is contained in:
18
node_modules/animate.css/source/zooming_exits/zoomOut.css
generated
vendored
Normal file
18
node_modules/animate.css/source/zooming_exits/zoomOut.css
generated
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
@keyframes zoomOut {
|
||||
from {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
50% {
|
||||
opacity: 0;
|
||||
transform: scale3d(0.3, 0.3, 0.3);
|
||||
}
|
||||
|
||||
to {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.zoomOut {
|
||||
animation-name: zoomOut;
|
||||
}
|
||||
Reference in New Issue
Block a user