Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
f8b5813e
Commit
f8b5813e
authored
Nov 10, 2016
by
Hakim El Hattab
Browse files
prevent flicker on hover
parent
16c03a5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
css/reveal.css
View file @
f8b5813e
...
...
@@ -232,7 +232,8 @@ body {
-webkit-transition
:
all
0.15s
ease
,
background-color
0.8s
ease
;
transition
:
all
0.15s
ease
,
background-color
0.8s
ease
;
-webkit-transform-origin
:
3px
50%
;
transform-origin
:
3px
50%
;
}
transform-origin
:
3px
50%
;
will-change
:
transform
;
}
.reveal
.controls
button
:before
{
-webkit-transform
:
translateX
(
10.5px
)
translateY
(
23px
)
rotate
(
44deg
);
transform
:
translateX
(
10.5px
)
translateY
(
23px
)
rotate
(
44deg
);
}
...
...
@@ -371,9 +372,9 @@ body {
content
:
''
;
display
:
block
;
position
:
absolute
;
height
:
2
0px
;
height
:
1
0px
;
width
:
100%
;
top
:
-
2
0px
;
}
top
:
-
1
0px
;
}
.reveal
.progress
span
{
display
:
block
;
...
...
css/reveal.scss
View file @
f8b5813e
...
...
@@ -299,6 +299,7 @@ body {
transition
:
all
0
.15s
ease
,
background-color
0
.8s
ease
;
transform-origin
:
$thickness
/
2
50%
;
will-change
:
transform
;
}
button
{
...
...
@@ -453,9 +454,9 @@ body {
content
:
''
;
display
:
block
;
position
:
absolute
;
height
:
2
0px
;
height
:
1
0px
;
width
:
100%
;
top
:
-
2
0px
;
top
:
-
1
0px
;
}
.reveal
.progress
span
{
display
:
block
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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