From 9c619a953826d0f7106d4d14e9fb622f0918ed9e Mon Sep 17 00:00:00 2001 From: dorian Date: Sun, 14 Jul 2019 17:53:07 +0200 Subject: [PATCH] started to work on dashboard --- css/dashboard.css | 8 ++ dashboard.html | 50 ++++++--- js/dashboard.js | 249 +++++++++++++++++++++++++++++++++++++++++---- testdashboard.html | 7 +- 4 files changed, 273 insertions(+), 41 deletions(-) diff --git a/css/dashboard.css b/css/dashboard.css index 3ba90fa..eb8a386 100644 --- a/css/dashboard.css +++ b/css/dashboard.css @@ -120,3 +120,11 @@ body { } } +/* + * + */ + +.opacity-animated { + -webkit-transition: opacity 1s; /* For Safari 3.1 to 6.0 */ + transition: opacity 1s; +} \ No newline at end of file diff --git a/dashboard.html b/dashboard.html index 035dc88..558d5f4 100644 --- a/dashboard.html +++ b/dashboard.html @@ -44,7 +44,7 @@