From 84a11aa9c49e114dbd8e14eb67a39f98c65e9215 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 20 Mar 2018 17:27:45 +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 635a02b..8bfd1c5 100755 --- a/css/animate.css +++ b/css/animate.css @@ -138,8 +138,8 @@ Copyright (c) 2015 Daniel Eden } 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); + -webkit-transform: scale3d(1.08, 1.08, 1.08); + transform: scale3d(1.08, 1.08, 1.08); } } @@ -155,8 +155,8 @@ Copyright (c) 2015 Daniel Eden } 100% { - -webkit-transform: scale3d(1, 1, 1); - transform: scale3d(1, 1, 1); + -webkit-transform: scale3d(1.08, 1.08, 1.08); + transform: scale3d(1.08, 1.08, 1.08); } }