aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-09-08 08:02:34 +1000
committerTim Gates <tim.gates@iress.com>2020-09-08 08:02:34 +1000
commit2c121d22ac1439057059c4036c9d9af1ecdc5b5d (patch)
tree4e31ab1803c448ba12ab8e973cb30b31ba9f58f5
parent15815efe05ca69c35ce66cfdbf93316e1db66ecb (diff)
downloadfosdem-2021-minimalism-presentation-2c121d22ac1439057059c4036c9d9af1ecdc5b5d.tar
fosdem-2021-minimalism-presentation-2c121d22ac1439057059c4036c9d9af1ecdc5b5d.tar.gz
docs: Fix simple typo, transiition -> transition
There is a small typo in js/controllers/autoanimate.js. Should read `transition` rather than `transiition`.
-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
+}