Explorar o código

docs: Fix simple typo, transiition -> transition

There is a small typo in js/controllers/autoanimate.js.

Should read `transition` rather than `transiition`.
Tim Gates %!s(int64=4) %!d(string=hai) anos
pai
achega
2c121d22ac
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      js/controllers/autoanimate.js

+ 2 - 2
js/controllers/autoanimate.js

@@ -461,7 +461,7 @@ export default class AutoAnimate {
 
 
 		pairs.forEach( pair => {
 		pairs.forEach( pair => {
 
 
-			// Disable scale transformations on text nodes, we transiition
+			// Disable scale transformations on text nodes, we transition
 			// each individual text property instead
 			// each individual text property instead
 			if( matches( pair.from, textNodes ) ) {
 			if( matches( pair.from, textNodes ) ) {
 				pair.options = { scale: false };
 				pair.options = { scale: false };
@@ -616,4 +616,4 @@ export default class AutoAnimate {
 
 
 	}
 	}
 
 
-}
+}