mirror of
https://github.com/kognise/water.css.git
synced 2025-08-21 12:22:00 +02:00
Animate transform
This commit is contained in:
@@ -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 {
|
||||||
|
Reference in New Issue
Block a user