switch to bounding rect for auto-animate deltas
This commit is contained in:
@ -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
|
||||
*********************************************/
|
||||
|
@ -1123,6 +1123,10 @@ $controlsArrowAngleActive: 36deg;
|
||||
transition: none !important;
|
||||
}
|
||||
|
||||
.reveal .slides.disable-slide-transitions section {
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
|
||||
/*********************************************
|
||||
* PER-SLIDE BACKGROUNDS
|
||||
|
Reference in New Issue
Block a user