mirror of
https://github.com/kognise/water.css.git
synced 2026-01-30 16:52:49 +01:00
Animate transform
This commit is contained in:
parent
901f911ea9
commit
0f999a6498
1 changed files with 2 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue