From a125fc78799b904273a944fe7c8357d77faccbf5 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Tue, 3 Nov 2015 17:01:01 -0500 Subject: #49 initial code commits towards swiping events --- www/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/css') diff --git a/www/css/style.css b/www/css/style.css index fedf5879..6a6d4e8c 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -537,6 +537,12 @@ input[type=range]::-webkit-slider-thumb { float:left; } + +#full-screen-event { + -webkit-animation-duration: 500ms; + +} + /*.mySliderClass.jslider.sliderCSS div.jslider-pointer {top:-10px;left:15px;width:60px;height:60px;margin-left:-5px;background-color:silver;background-color:#615959;border-radius:50% }*/ -- cgit v1.2.3