add helper class for disabling all slide transitions

master
Hakim El Hattab 2020-02-08 20:41:49 +01:00
parent ed4cbdfd03
commit e45626d6bd
2 changed files with 4 additions and 2 deletions

View File

@ -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; }
/*********************************************

View File

@ -1118,7 +1118,8 @@ $controlsArrowAngleActive: 36deg;
}
.reveal .no-transition,
.reveal .no-transition * {
.reveal .no-transition *,
.reveal .slides.disable-slide-transitions section {
transition: none !important;
}