mirror of
https://github.com/pgsty/minio.git
synced 2026-08-07 08:11:13 +03:00
f7a87b30bf
This reverts commit 736d8cbac4.
Bring contrib files for older contributions
23 lines
376 B
Plaintext
23 lines
376 B
Plaintext
@-webkit-keyframes zoomIn {
|
|
from {
|
|
opacity: 0;
|
|
-webkit-transform: scale3d(.3, .3, .3);
|
|
transform: scale3d(.3, .3, .3);
|
|
}
|
|
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
@keyframes zoomIn {
|
|
from {
|
|
opacity: 0;
|
|
-webkit-transform: scale3d(.3, .3, .3);
|
|
transform: scale3d(.3, .3, .3);
|
|
}
|
|
|
|
50% {
|
|
opacity: 1;
|
|
}
|
|
} |