diff --git a/css/animate.css b/css/animate.css index 58740a4..8bfd1c5 100755 --- a/css/animate.css +++ b/css/animate.css @@ -128,8 +128,8 @@ Copyright (c) 2015 Daniel Eden @-webkit-keyframes pulse { 0% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); } 50% { @@ -145,8 +145,8 @@ Copyright (c) 2015 Daniel Eden @keyframes pulse { 0% { - -webkit-transform: scale3d(1.05, 1.05, 1.05); - transform: scale3d(1.05, 1.05, 1.05); + -webkit-transform: scale3d(1, 1, 1); + transform: scale3d(1, 1, 1); } 50% {