From 41d0904c2cd3059afd5a5d5c04a15a97aa9f7736 Mon Sep 17 00:00:00 2001 From: Paras Mahajan Date: Sat, 2 Oct 2021 11:45:28 +0530 Subject: [PATCH] 1second looks pretty --- animate.css/css/animate.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/animate.css/css/animate.css b/animate.css/css/animate.css index 965f267..e5e0918 100644 --- a/animate.css/css/animate.css +++ b/animate.css/css/animate.css @@ -30,7 +30,7 @@ .animated.bounceIn, .animated.bounceOut { -webkit-animation-duration: .75s; - animation-duration: .75s; + animation-duration: 1s; } @-webkit-keyframes bounce {