Skip to content

Animator self setOnAnimationUpdateCallback function

xu.jingyu edited this page Jan 14, 2020 · 5 revisions

简介

设置动画更新的回调

  • @param updateCallback function 动画更新的回调,格式为:
function(number percentage)
	--- percentage 当前占动画总执行时长的百分比
end
Clone this wiki locally