fast fade
Browse files- index.html +1 -1
index.html
CHANGED
@@ -38,7 +38,7 @@
|
|
38 |
z-index: 100;
|
39 |
filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.9));
|
40 |
transform: scale(1.05);
|
41 |
-
transition: transform 0.
|
42 |
}
|
43 |
</style>
|
44 |
<script type="module" src="./code.js"></script>
|
|
|
38 |
z-index: 100;
|
39 |
filter: drop-shadow(0 35px 35px rgba(0, 0, 0, 0.9));
|
40 |
transform: scale(1.05);
|
41 |
+
transition: transform 0.1s ease-in-out;
|
42 |
}
|
43 |
</style>
|
44 |
<script type="module" src="./code.js"></script>
|