@tarojs/plugin-platform-harmony-ets 4.0.0-beta.101 → 4.0.0-beta.103

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.
@@ -391,7 +391,7 @@ export class TaroElement<
391
391
  }
392
392
 
393
393
  // 首次设置,不用实例替换
394
- if (!this._nodeInfo.hasAnimation) {
394
+ if (!this._nodeInfo.hasAnimation && playing) {
395
395
  this._nodeInfo.hasAnimation = true
396
396
  // 下一帧播放,等节点样式首次设置上去在进行覆盖
397
397
  setTimeout(() => {
@@ -416,7 +416,7 @@ export class TaroElement<
416
416
  if (playing) {
417
417
  this.playAnimation()
418
418
  }
419
- }, 0)
419
+ }, playing ? 0 : 100)
420
420
  }
421
421
  }
422
422
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.0.0-beta.101",
3
+ "version": "4.0.0-beta.103",
4
4
  "description": "OpenHarmony & 鸿蒙系统插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -27,13 +27,13 @@
27
27
  "webpack-sources": "^3.2.3",
28
28
  "@babel/preset-react": "^7.24.1",
29
29
  "webpack": "5.91.0",
30
- "@tarojs/components": "4.0.0-beta.101",
31
- "@tarojs/runner-utils": "4.0.0-beta.101",
32
- "@tarojs/helper": "4.0.0-beta.101",
33
- "@tarojs/runtime": "4.0.0-beta.101",
34
- "@tarojs/service": "4.0.0-beta.101",
35
- "@tarojs/shared": "4.0.0-beta.101",
36
- "@tarojs/taro": "4.0.0-beta.101"
30
+ "@tarojs/components": "4.0.0-beta.103",
31
+ "@tarojs/helper": "4.0.0-beta.103",
32
+ "@tarojs/runner-utils": "4.0.0-beta.103",
33
+ "@tarojs/runtime": "4.0.0-beta.103",
34
+ "@tarojs/service": "4.0.0-beta.103",
35
+ "@tarojs/shared": "4.0.0-beta.103",
36
+ "@tarojs/taro": "4.0.0-beta.103"
37
37
  },
38
38
  "devDependencies": {
39
39
  "fast-glob": "^3.3.1",
@@ -42,7 +42,7 @@
42
42
  "rollup-plugin-ts": "^3.0.2",
43
43
  "solid-js": "^1.8.16",
44
44
  "tslib": "^2.4.0",
45
- "rollup-plugin-copy": "4.0.0-beta.101"
45
+ "rollup-plugin-copy": "4.0.0-beta.103"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",