mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-29 01:11:21 +02:00
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