1. 程式人生 > >屬性動畫設定addListener後onAnimationStart不執行

屬性動畫設定addListener後onAnimationStart不執行

遇到個問題,當呼叫屬性的動畫的時候設定addListener後,想要在onAnimationStart執行時做些操作,但是發現卻只執行了onAnimationEnd,這尼瑪就操蛋了,具體原因還不清楚,但是給屬性動畫設定一個延遲值就可以了

* objectAnimator.setStartDelay(time);*,當time不為0的任意值時回撥可以正常執行,這裡先記一下,以後慢慢探索