Transition back, with a tiny bounce

pull/1979/head
Tom Dyson 2015-12-03 10:35:34 +00:00
rodzic dca1cf6b43
commit 8de12cdd41
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -385,11 +385,11 @@ footer,
float: none;
margin: auto;
display: block;
transition: all 0.25s cubic-bezier(0.28, 0.15, 0, 2.1);
}
img:hover {
transform: rotate(4deg);
transition: all 0.1s ease-in-out 0.1s;
}
}