switch to bounding rect for auto-animate deltas
This commit is contained in:
parent
ac59dcb525
commit
4ff7fd3a71
4 changed files with 50 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue