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
bc30e7b3
Commit
bc30e7b3
authored
Aug 31, 2018
by
Patrick O'Carroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
separated fade-ins for logo and text, tweaked delays and timing for fade-in animations
parent
77f9b152
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
6 deletions
+11
-6
public/views/index.template.html
+11
-6
No files found.
public/views/index.template.html
View file @
bc30e7b3
...
...
@@ -50,8 +50,8 @@
opacity
:
0
;
animation-name
:
preloader-fade-in
;
animation-iteration-count
:
1
;
animation-duration
:
2
s
;
animation-delay
:
2
s
;
animation-duration
:
.9
s
;
animation-delay
:
1.35
s
;
animation-fill-mode
:
forwards
;
}
...
...
@@ -79,6 +79,11 @@
font-weight
:
500
;
font-size
:
14px
;
font-family
:
'Roboto'
;
opacity
:
0
;
animation-name
:
preloader-fade-in
;
animation-duration
:
.9s
;
animation-delay
:
1.8s
;
animation-fill-mode
:
forwards
;
}
.theme-light
.preloader__text
{
...
...
@@ -92,7 +97,8 @@
@keyframes
preloader-fade-in
{
0
%
{
opacity
:
0
;
animation-timing-function
:
linear
;
/*animation-timing-function: linear;*/
animation-timing-function
:
cubic-bezier
(
0
,
0
,
0.5
,
1
)
}
100
%
{
opacity
:
1
;
...
...
@@ -149,11 +155,10 @@
<div
class=
"preloader"
>
<div
class=
"preloader__enter"
>
<div
class=
"preloader__bounce"
>
<div
class=
"preloader__logo"
>
</div>
<div
class=
"preloader__logo"
></div>
</div>
<div
class=
"preloader__text"
>
Loading Grafana
</div>
</div>
<div
class=
"preloader__text"
>
Loading Grafana
</div>
</div>
<grafana-app
class=
"grafana-app"
ng-cloak
>
...
...
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