From 4ff7fd3a712b4ecf60ff0d1da1006c2c853d8141 Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 17 Feb 2020 13:14:46 +0100 Subject: switch to bounding rect for auto-animate deltas --- css/reveal.css | 4 ++++ css/reveal.scss | 4 ++++ 2 files changed, 8 insertions(+) (limited to 'css') diff --git a/css/reveal.css b/css/reveal.css index 2d19d61..b1d4e75 100644 --- a/css/reveal.css +++ b/css/reveal.css @@ -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 *********************************************/ diff --git a/css/reveal.scss b/css/reveal.scss index 1d14a02..e0dacce 100644 --- a/css/reveal.scss +++ b/css/reveal.scss @@ -1123,6 +1123,10 @@ $controlsArrowAngleActive: 36deg; transition: none !important; } +.reveal .slides.disable-slide-transitions section { + transform: none !important; +} + /********************************************* * PER-SLIDE BACKGROUNDS -- cgit v1.2.3