first commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
@keyframes zoomIn {
|
||||
from {
|
||||
opacity: 0;
|
||||
transform: scale3d(0.3, 0.3, 0.3);
|
||||
}
|
||||
50% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
.zoomIn {
|
||||
animation-name: zoomIn;
|
||||
}
|
||||
Reference in New Issue
Block a user