Animate transform

This commit is contained in:
Kognise 2019-04-05 12:56:23 -04:00
parent 901f911ea9
commit 0f999a6498
No known key found for this signature in database
GPG key ID: 19AA40F6884A36D6

View file

@ -16,7 +16,8 @@ a, button, input {
transition: background-color 0.1s linear,
border-color 0.1s linear,
color 0.1s linear,
box-shadow 0.1s linear;
box-shadow 0.1s linear,
transform 0.1s linear;
}
a {