Commit 2164bbd4 by Torkel Ödegaard

ux(tv mode): added 1 second delay animation

parent 652eb057
...@@ -59,34 +59,34 @@ ...@@ -59,34 +59,34 @@
.dashnav-action-icons, .dashnav-action-icons,
.dashnav-move-timeframe { .dashnav-move-timeframe {
opacity: 0; opacity: 0;
transition: opacity 1.5s ease-in-out; transition: all 1.5s ease-in-out 1s;
} }
// navbar buttons // navbar buttons
.navbar-brand-btn, .navbar-brand-btn,
.navbar-inner { .navbar-inner {
border: none; border-color: transparent;
background: transparent; background: transparent;
transition: background 1.5s ease-in-out; transition: all 1.5s ease-in-out 1s;
.fa { .fa {
opacity: 0; opacity: 0;
transition: opacity 1.5s ease-in-out; transition: all 1.5s ease-in-out 1s;
} }
} }
.navbar-page-btn { .navbar-page-btn {
border: none; border-color: transparent;
transform: translate3d(-50px, 0, 0);
background: transparent; background: transparent;
transition: transform 1.5s ease-in-out; transform: translate3d(-50px, 0, 0);
transition: all 1.5s ease-in-out 1s;
.icon-gf { .icon-gf {
opacity: 0; opacity: 0;
transition: opacity 1.5s ease-in-out; transition: all 1.5s ease-in-out 1s;
} }
} }
.gf-timepicker-nav-btn { .gf-timepicker-nav-btn {
transform: translate3d(40px, 0, 0); transform: translate3d(40px, 0, 0);
transition: transform 1.5s ease-in-out; transition: transform 1.5s ease-in-out 1s;
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment