mirror of
https://github.com/animate-css/animate.css.git
synced 2024-11-17 17:45:17 +01:00
Merge pull request #504 from orenmazor/master
Add percentage signs in headShake animation keyframes
This commit is contained in:
commit
069a87fd6f
1 changed files with 3 additions and 3 deletions
4
animate.css
vendored
4
animate.css
vendored
|
@ -281,7 +281,7 @@
|
|||
}
|
||||
|
||||
@-webkit-keyframes headShake {
|
||||
0 {
|
||||
0% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
@ -313,7 +313,7 @@
|
|||
}
|
||||
|
||||
@keyframes headShake {
|
||||
0 {
|
||||
0% {
|
||||
-webkit-transform: translateX(0);
|
||||
transform: translateX(0);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue