@ray-js/lamp-bead-strip 1.0.3-beta-23 → 1.0.3-beta-25

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/lib/props.d.ts CHANGED
@@ -6,7 +6,6 @@ export interface IProps {
6
6
  */
7
7
  className?: string;
8
8
  /**
9
- * @description.zh 动画模式 1-16
10
9
  * @description.en Animation mode 1-16
11
10
  * @default 1
12
11
  */
@@ -32,14 +31,12 @@ export interface IProps {
32
31
  */
33
32
  colors: string[];
34
33
  /**
35
- * @description.zh 动画速度 1%-100% 对应动画帧刷新间隔 60ms~350ms,速度值越大,间隔越短
36
34
  * @description.en The animation speed ranges from 1% to 100%, corresponding to a frame refresh interval of 60ms to 350ms. The larger the speed value, the shorter the interval
37
35
  * @default 50
38
36
  */
39
37
  speed?: number;
40
38
  /**
41
39
  * @description.zh 是否播放动画
42
- * @description.en Whether to play the animation.
43
40
  * @default true
44
41
  */
45
42
  ready?: boolean;
package/lib/props.js CHANGED
@@ -2,7 +2,7 @@
2
2
  * @Author: mjh
3
3
  * @Date: 2024-09-12 09:55:13
4
4
  * @LastEditors: mjh
5
- * @LastEditTime: 2024-10-21 14:00:58
5
+ * @LastEditTime: 2024-12-13 09:52:28
6
6
  * @Description:
7
7
  */
8
8
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ray-js/lamp-bead-strip",
3
- "version": "1.0.3-beta-23",
3
+ "version": "1.0.3-beta-25",
4
4
  "description": "动画灯珠条带",
5
5
  "main": "lib/index",
6
6
  "files": [