From a8ae66fb7b7dd040b51dc0963f0c95e6f7cf82f5 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 29 Nov 2014 15:49:59 +0300 Subject: [PATCH] playing with blur in the ui... Signed-off-by: Alex A. Naanou --- ui (gen4)/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ui (gen4)/index.html b/ui (gen4)/index.html index 92f63cf3..aa484d78 100755 --- a/ui (gen4)/index.html +++ b/ui (gen4)/index.html @@ -92,6 +92,20 @@ } +/* TEST: this is mostly speed limited... */ +.ribbon { + box-shadow: 5px 5px 50px -5px rgba(0, 0, 0, 0.2); + + -webkit-transition: box-shadow 0.8s ease; + -moz-transition: box-shadow 0.8s ease; + -ms-transition: box-shadow 0.8s ease; + -o-transition: box-shadow 0.8s ease; + transition: box-shadow 0.8s ease; +} +.current.ribbon { + box-shadow: 5px 5px 60px -5px rgba(0, 0, 0, 0.3); +} + /* DEBUG stuff... */ .container-center {