Skip to content

Commit ed74b7b

Browse files
committed
docs: address AI review for tween-one
1 parent d3fe74d commit ed74b7b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ Plugins.push(SvgMorphPlugin);
182182
| attr | string | null | Svg tag attributes, example: `polygon` is ` points`, `path` is `d`. |
183183
| maxSegmentLength | number | 0.5 | The lower the value, the smoother the generated animation will be, but at the expense of performance; |
184184

185-
### PathPlugin
185+
### PathMotionPlugin
186186

187187
```js | pure
188188
import { Plugins } from '@rc-component/tween-one';

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"eslint": "^7.14.0",
7979
"father": "^2.22.6",
8080
"father-build": "^1.18.6",
81-
"gh-pages": "^3.1.0",
81+
"gh-pages": "^3.2.3",
8282
"husky": "^4.3.0",
8383
"prettier": "^2.1.2",
8484
"react": "^16.9.0",

0 commit comments

Comments
 (0)