add helper class for disabling all slide transitions
This commit is contained in:
parent
ed4cbdfd03
commit
e45626d6bd
2 changed files with 4 additions and 2 deletions
|
@ -1041,7 +1041,8 @@ body {
|
|||
transform: none; }
|
||||
|
||||
.reveal .no-transition,
|
||||
.reveal .no-transition * {
|
||||
.reveal .no-transition *,
|
||||
.reveal .slides.disable-slide-transitions section {
|
||||
transition: none !important; }
|
||||
|
||||
/*********************************************
|
||||
|
|
|
@ -1118,7 +1118,8 @@ $controlsArrowAngleActive: 36deg;
|
|||
}
|
||||
|
||||
.reveal .no-transition,
|
||||
.reveal .no-transition * {
|
||||
.reveal .no-transition *,
|
||||
.reveal .slides.disable-slide-transitions section {
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue