@douyinfe/semi-animation 2.12.1-alpha.0 → 2.13.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.
- package/README.md +1 -1
- 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
|
-
-
|
|
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.
|
|
3
|
+
"version": "2.13.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": "
|
|
47
|
+
"gitHead": "27671f7d0a04e5569c6bf16c0c6ea6c547a77016"
|
|
48
48
|
}
|