diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-14 08:05:27 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-02-14 08:05:27 -0500 |
commit | f5ccc58a9ad9b2e5c65806bc2c52217e8e3fff68 (patch) | |
tree | 5b12682f459735dfbdd8e0f5ba230f537f1526bc /www/css | |
parent | 1f069412967c751d288cdf63508bb65ad367e3b1 (diff) | |
download | html5ks-f5ccc58a9ad9b2e5c65806bc2c52217e8e3fff68.tar.xz html5ks-f5ccc58a9ad9b2e5c65806bc2c52217e8e3fff68.zip |
add spinner
Diffstat (limited to 'www/css')
-rw-r--r-- | www/css/index.css | 6 |
1 files changed, 6 insertions, 0 deletions
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; +} |