lin
2026-05-26 fcceeb05d47be8137c2bb2cdbac9c74fa1fe9520
uni_modules/uni-transition/components/uni-transition/createAnimation.js
@@ -10,7 +10,10 @@
class MPAnimation {
   constructor(options, _this) {
      this.options = options
      this.animation = uni.createAnimation(options)
      // 在iOS10+QQ小程序平台下,传给原生的对象一定是个普通对象而不是Proxy对象,否则会报parameter should be Object instead of ProxyObject的错误
      this.animation = uni.createAnimation({
         ...options
      })
      this.currentStepAnimates = {}
      this.next = 0
      this.$ = _this