HarmonyOS 鸿蒙Next animateTo如何停止动画
HarmonyOS 鸿蒙Next animateTo如何停止动画
https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/ts-explicit-animation-V5#%E7%A4%BA%E4%BE%8B1 里面的示例一,如果设置了iterations:-1,为无限次播放的话,那如何让动画停止?
2 回复
建议使用animator代替,通过animator.pause(), 参考文档:https://developer.huawei.com/consumer/cn/doc/harmonyos-references-V5/js-apis-animator-V5;
也可以使用lottie三方库的动画来暂停,参考链接:https://gitee.com/openharmony-tpc/lottieArkTS
也可以使用lottie三方库的动画来暂停,参考链接:https://gitee.com/openharmony-tpc/lottieArkTS