@douyinfe/semi-animation 2.20.3 → 2.21.0-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -181,11 +181,11 @@ animation.on('frame', currentState => {
181
181
  });
182
182
 
183
183
  // The callbacks such as start and pause are the same as the frame above, and the parameters are also the same.
184
- animation.on('start', currentState => { /* ... */ })
185
- animation.on('pause', currentState => { /* ... */ })
186
- animation.on('resume', currentState => { /* ... */ })
187
- animation.on('rest', currentState => { /* ... */ })
188
- animation.on('stop', currentState => { /* ... */ })
184
+ animation.on('start', currentState => { /* ... */ });
185
+ animation.on('pause', currentState => { /* ... */ });
186
+ animation.on('resume', currentState => { /* ... */ });
187
+ animation.on('rest', currentState => { /* ... */ });
188
+ animation.on('stop', currentState => { /* ... */ });
189
189
  ```
190
190
 
191
191
  ## Licence
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-animation",
3
- "version": "2.20.3",
3
+ "version": "2.21.0-beta.0",
4
4
  "description": "animation base library for semi-ui",
5
5
  "keywords": [
6
6
  "animation",
@@ -42,5 +42,5 @@
42
42
  "merge2": "^1.4.1",
43
43
  "react-storybook-addon-props-combinations": "^1.1.0"
44
44
  },
45
- "gitHead": "f3c92641b8e004623a6e644af93eb0718290956d"
45
+ "gitHead": "83a02f240c306ad1602926f9a020e5e96530720b"
46
46
  }