We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc5fa45 commit b51a6eaCopy full SHA for b51a6ea
README.md
@@ -44,7 +44,7 @@ MojoJS-Animation is licensed under the [MIT License](https://github.com/scottcgi
44
45
```js
46
/**
47
- * Create animation object.
+ * Create an animation object.
48
*
49
* @param {String (selector) | Array<HTMLElement> | NodeList | HTMLElement} targets
50
*/
@@ -54,7 +54,7 @@ MojoJS-Animation is licensed under the [MIT License](https://github.com/scottcgi
54
55
* Animate with config.
56
57
- * the variable params is optional and no order limit, they can be:
+ * the variable params are optional and no order limit, they can be:
58
59
* duration (Number) : animation time.
60
* isQueue (Boolean) : inqueue or concurrent.
0 commit comments