Skip to content

Animator self setOnAnimationUpdateCallback function

xu_whale edited this page Dec 4, 2019 · 5 revisions

title: Animator:setOnAnimationUpdateCallback(function callback) comments: false

简介

设置动画取消的回调

  • @param callback function 动画取消的回调,格式为:
function(number percentage)
	--- percentage 当前占动画总执行时长的百分比
end```

- @version  未确定
Clone this wiki locally