You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
比如(这个是否有方法去优化):
或者我们想尝试在一些时机将一些操作在子线程中处理,优化性能,这个资料可以查询么
我认为下面默认这些都是需要在主线程中运行的?
setRepeatCount(1);
setScaleMode(PAGScaleMode.Zoom);
setComposition(mComposition);
mComposition.removeAllLayer();
play();
flush();
另外的想咨询下,是否可以在播放 1 pag 结束后,从中间进行重复播放(监听end之后,setCurrentFrame(中间),或者更推荐使用2个PAG去做这种场景
Beta Was this translation helpful? Give feedback.
All reactions