Skip to content

Commit

Permalink
docs: Fix simple typo, transiition -> transition
Browse files Browse the repository at this point in the history
There is a small typo in js/controllers/autoanimate.js.

Should read `transition` rather than `transiition`.
  • Loading branch information
timgates42 committed Sep 7, 2020
1 parent 15815ef commit 2c121d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/controllers/autoanimate.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 };
Expand Down Expand Up @@ -616,4 +616,4 @@ export default class AutoAnimate {

}

}
}

0 comments on commit 2c121d2

Please sign in to comment.