switch to bounding rect for auto-animate deltas

This commit is contained in:
Hakim El Hattab
2020-02-17 13:14:46 +01:00
parent ac59dcb525
commit 4ff7fd3a71
4 changed files with 50 additions and 43 deletions

View File

@ -1045,6 +1045,10 @@ body {
.reveal .slides.disable-slide-transitions section {
transition: none !important; }
.reveal .slides.disable-slide-transitions section {
-webkit-transform: none !important;
transform: none !important; }
/*********************************************
* PER-SLIDE BACKGROUNDS
*********************************************/

View File

@ -1123,6 +1123,10 @@ $controlsArrowAngleActive: 36deg;
transition: none !important;
}
.reveal .slides.disable-slide-transitions section {
transform: none !important;
}
/*********************************************
* PER-SLIDE BACKGROUNDS