aboutsummaryrefslogtreecommitdiff
path: root/js/controllers/autoanimate.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/controllers/autoanimate.js')
-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
+}