We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 15815ef + 2c121d2 commit 5676ef7Copy full SHA for 5676ef7
1 file changed
js/controllers/autoanimate.js
@@ -461,7 +461,7 @@ export default class AutoAnimate {
461
462
pairs.forEach( pair => {
463
464
- // Disable scale transformations on text nodes, we transiition
+ // Disable scale transformations on text nodes, we transition
465
// each individual text property instead
466
if( matches( pair.from, textNodes ) ) {
467
pair.options = { scale: false };
@@ -616,4 +616,4 @@ export default class AutoAnimate {
616
617
}
618
619
-}
+}
0 commit comments