@douyinfe/semi-animation 2.12.1-alpha.0 → 2.14.0-alpha.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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,7 +16,7 @@ npm install @douyinfe/semi-animation
16
16
 
17
17
  `semi-animation` provides a class called `Animation` . It has a complete life cycle hook and control method to support operating animation like audio and video.
18
18
 
19
- - Use in JS
19
+ - Use in JS
20
20
 
21
21
  ```js
22
22
  import { Animation } from '@douyinfe/semi-animation';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@douyinfe/semi-animation",
3
- "version": "2.12.1-alpha.0",
3
+ "version": "2.14.0-alpha.0",
4
4
  "description": "animation base library for semi-ui",
5
5
  "keywords": [
6
6
  "animation",
@@ -44,5 +44,5 @@
44
44
  "merge2": "^1.4.1",
45
45
  "react-storybook-addon-props-combinations": "^1.1.0"
46
46
  },
47
- "gitHead": "b3349c126a25ce2e5fd7e06d97118d4058566a55"
47
+ "gitHead": "f9b3fe93f63ef8686face2ce7a647bd2f2be3411"
48
48
  }