onRepeatScope

优质
小牛编辑
126浏览
2023-12-01

onRepeatScope: Object
定义onRepeat函数的作用域,即函数内this的指向。

new TimelineMax({onRepeat: myFunction, onRepeatScope: Object}); 

onRepeatScope适用于TimelineMax

onRepeatScope的参数

onRepeatScope 示例

onRepeatScope返回值

onRepeatScope的补充说明