From 764e0641825812caaa07b2b98b862ff2dff95c75 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Wed, 4 Nov 2015 10:29:41 -0500 Subject: #49 - animated event number to show transition - animating the image doesn't look good as it takes time to load the image --- www/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index 6a6d4e8c..91ce9830 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -539,7 +539,7 @@ input[type=range]::-webkit-slider-thumb { #full-screen-event { - -webkit-animation-duration: 500ms; + -webkit-animation-duration: 200ms; } -- cgit v1.2.3