From f5ccc58a9ad9b2e5c65806bc2c52217e8e3fff68 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Fri, 14 Feb 2014 08:05:27 -0500 Subject: add spinner --- www/css/index.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/css') diff --git a/www/css/index.css b/www/css/index.css index 66f0b32..fde07dc 100644 --- a/www/css/index.css +++ b/www/css/index.css @@ -336,3 +336,9 @@ input[type="checkbox"]:checked + span:before { 75% { opacity: 1; } 100% { opacity: 0; } } + +.spinner { + opacity: 0; + -webkit-transition: opacity 2s; + transition: opacity 2s; +} -- cgit v1.2.3-70-g09d2