tingxins / TXScrollLabelView

🌭TXScrollLabelView, the best way to show & display information such as adverts / boardcast / onsale e.g. with a customView.
https://tingxins.com/2016/11/scrolling-txscrolllabelview/
MIT License
730 stars 127 forks source link

滚动过程中重新设置内容,会导致动画异常 #23

Open zbleyen opened 6 years ago

zbleyen commented 6 years ago

flipAnimationWithDelay 方法里面设动画完成回调之后,交换uplabel、downlabel,如果动画开始和动画结束之间重新设置内容,uplabel、downlabel 会重新布局,重新开始执行动画,在动画执行过程中如果执行上一次的完成回调,则动画会执行异常