From 27ce5a9abe6328c6f600b620f6dc1705bf219d86 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 2 Apr 2018 04:21:15 +0530 Subject: [PATCH] Increase bounce delay --- src/Components/SingleDayForecast/Component.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/SingleDayForecast/Component.css b/src/Components/SingleDayForecast/Component.css index 0bf3ab6..53e101e 100644 --- a/src/Components/SingleDayForecast/Component.css +++ b/src/Components/SingleDayForecast/Component.css @@ -51,7 +51,7 @@ } .SingleDayForecast:nth-child(1).maximized-initial .summary { - animation: SingleDayForecast-summary-init-bounce 1s ease-in-out 1s 1; + animation: SingleDayForecast-summary-init-bounce 1s ease-in-out 2s 1; } .SingleDayForecast .summary>* {