Browse Source

Update animate.css

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
a6f78431cd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      css/animate.css

8
css/animate.css

@ -128,8 +128,8 @@ Copyright (c) 2015 Daniel Eden
@-webkit-keyframes pulse { @-webkit-keyframes pulse {
0% { 0% {
-webkit-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1, 1, 1); transform: scale3d(1.05, 1.05, 1.05);
} }
50% { 50% {
@ -145,8 +145,8 @@ Copyright (c) 2015 Daniel Eden
@keyframes pulse { @keyframes pulse {
0% { 0% {
-webkit-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1, 1, 1); transform: scale3d(1.05, 1.05, 1.05);
} }
50% { 50% {

Loading…
Cancel
Save