提交 3b86169b 编写于 作者: 杜庆泉's avatar 杜庆泉

anim 组件适配 android 33 版本sdk

上级 9e357439
......@@ -20,17 +20,17 @@
this.comp = com
}
override onAnimationStart(animation: Animator | null) {}
override onAnimationStart(animation: Animator) {}
override onAnimationEnd(animation: Animator | null, isReverse: Boolean) {
override onAnimationEnd(animation: Animator, isReverse: Boolean) {
this.comp.$emit("bindended")
}
override onAnimationEnd(animation: Animator | null) {}
override onAnimationEnd(animation: Animator) {}
override onAnimationCancel(animation: Animator | null) {}
override onAnimationCancel(animation: Animator) {}
override onAnimationRepeat(animation: Animator | null) {}
override onAnimationRepeat(animation: Animator) {}
}
//原生提供以下属性或方法的实现
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册