From 1618bc5282da5e3888c70f860765bcc96286e408 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 17:30:43 +0100 Subject: [PATCH] Update animate.css --- css/animate.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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% {