1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-21 20:35:39 +02:00

Animate transform

This commit is contained in:
Kognise
2019-04-05 12:56:23 -04:00
parent 901f911ea9
commit 0f999a6498

View File

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