icon animation change

redme change
This commit is contained in:
neon443
2024-04-03 09:03:03 +01:00
parent a78fe1fdce
commit 3fec420f04
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ td img{
margin-right: auto;
transform: scale(0.9, 0.9);
border-radius: 5px;
transition: all 0.25s ease-out 100ms;
transition: all 0.2s ease-in-out 100ms;
}
td img:hover {
transform: scale(1, 1);