aboutsummaryrefslogtreecommitdiff
path: root/js/controllers
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-09-09 10:26:42 +0200
commit4d62dcc674290ccf3e842cd4516e06d7496d1e2d (patch)
treeda0544b6cfcc0307ed0e69357725d181a9f19da5 /js/controllers
parentfaa8b56e2ae430b0ab4fd71610155e5316b06149 (diff)
parent17bfa625798687394497f908b399eacd2895222e (diff)
downloadfosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar
fosdem-2021-minimalism-presentation-4d62dcc674290ccf3e842cd4516e06d7496d1e2d.tar.gz
Merge branch 'master' of github.com:hakimel/reveal.js into dev
Diffstat (limited to 'js/controllers')
-rw-r--r--js/controllers/autoanimate.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/controllers/autoanimate.js b/js/controllers/autoanimate.js
index 22f7e7c..ff74eee 100644
--- a/js/controllers/autoanimate.js
+++ b/js/controllers/autoanimate.js
@@ -461,7 +461,7 @@ export default class AutoAnimate {
pairs.forEach( pair => {
- // Disable scale transformations on text nodes, we transiition
+ // Disable scale transformations on text nodes, we transition
// each individual text property instead
if( matches( pair.from, textNodes ) ) {
pair.options = { scale: false };
@@ -616,4 +616,4 @@ export default class AutoAnimate {
}
-} \ No newline at end of file
+}