mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-18 01:50:36 +01:00
Reverse hue animation
Red-orange-brown isn’t a great first impression.
This commit is contained in:
parent
b02b8d753f
commit
ac589b5870
1 changed files with 2 additions and 2 deletions
|
@ -210,6 +210,6 @@ html {
|
||||||
}
|
}
|
||||||
|
|
||||||
to {
|
to {
|
||||||
-webkit-filter: hue-rotate(360deg);
|
-webkit-filter: hue-rotate(-360deg);
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in a new issue