This commit is contained in:
zw199166
2026-01-22 14:34:38 +08:00
parent 6ee8ce42ed
commit 1f3a3ca8bb
234 changed files with 5534 additions and 2395 deletions

View File

@@ -1,3 +1,5 @@
## 1.3.62025-07-18
- 修复 nvue 页面,样式错误问题
## 1.3.52025-06-11
- 修复 第一次执行不显示动画的问题
## 1.3.42025-04-16

View File

@@ -174,8 +174,14 @@
this.animation = createAnimation(this.config, this)
this.tranfromInit(false).step()
this.animation.run(() => {
this.transform = ''
this.opacity = this.styleInit(false).opacity || 1
// #ifdef APP-NVUE
this.transform = this.styleInit(false).transform || ''
this.opacity = this.styleInit(false).opacity || 1
// #endif
// #ifndef APP-NVUE
this.transform = ''
this.opacity = this.styleInit(false).opacity || 1
// #endif
this.$emit('change', {
detail: this.isShow
})

View File

@@ -1,7 +1,7 @@
{
"id": "uni-transition",
"displayName": "uni-transition 过渡动画",
"version": "1.3.5",
"version": "1.3.6",
"description": "元素的简单过渡动画",
"keywords": [
"uni-ui",
@@ -13,7 +13,7 @@
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
"HBuilderX": "",
"uni-app": "^4.01",
"uni-app": "^4.12",
"uni-app-x": ""
},
"directories": {
@@ -49,8 +49,8 @@
"encrypt": [],
"platforms": {
"cloud": {
"tcb": "",
"aliyun": "",
"tcb": "x",
"aliyun": "x",
"alipay": "x"
},
"client": {
@@ -68,40 +68,28 @@
"nvue": "√",
"android": "√",
"ios": "√",
"harmony": "-"
"harmony": ""
},
"mp": {
"weixin": {
"extVersion": "1.0.2",
"minVersion": ""
},
"alipay": {
"extVersion": "1.0.2",
"minVersion": ""
},
"toutiao": {
"extVersion": "1.0.2",
"minVersion": ""
},
"baidu": {
"extVersion": "1.0.2",
"minVersion": ""
},
"kuaishou": {
"extVersion": "1.1.0",
"minVersion": ""
},
"jd": {
"extVersion": "1.0.2",
"minVersion": ""
},
"harmony": "x",
"qq": "-",
"harmony": "-",
"qq": "",
"lark": "-"
},
"quickapp": {
"huawei": "-",
"union": "-"
"huawei": "",
"union": ""
}
},
"uni-app-x": {