Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
2164bbd4
Commit
2164bbd4
authored
Nov 09, 2016
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ux(tv mode): added 1 second delay animation
parent
652eb057
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
public/sass/components/_view_states.scss
+9
-9
No files found.
public/sass/components/_view_states.scss
View file @
2164bbd4
...
...
@@ -59,34 +59,34 @@
.dashnav-action-icons
,
.dashnav-move-timeframe
{
opacity
:
0
;
transition
:
opacity
1
.5s
ease-in-out
;
transition
:
all
1
.5s
ease-in-out
1s
;
}
// navbar buttons
.navbar-brand-btn
,
.navbar-inner
{
border
:
none
;
border
-color
:
transparent
;
background
:
transparent
;
transition
:
background
1
.5s
ease-in-out
;
transition
:
all
1
.5s
ease-in-out
1s
;
.fa
{
opacity
:
0
;
transition
:
opacity
1
.5s
ease-in-out
;
transition
:
all
1
.5s
ease-in-out
1s
;
}
}
.navbar-page-btn
{
border
:
none
;
transform
:
translate3d
(
-50px
,
0
,
0
);
border-color
:
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
{
opacity
:
0
;
transition
:
opacity
1
.5s
ease-in-out
;
transition
:
all
1
.5s
ease-in-out
1s
;
}
}
.gf-timepicker-nav-btn
{
transform
:
translate3d
(
40px
,
0
,
0
);
transition
:
transform
1
.5s
ease-in-out
;
transition
:
transform
1
.5s
ease-in-out
1s
;
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment