課程
/移動開發(fā)
/Android
/Android屬性動畫賞析
看動畫,以及經(jīng)驗,好像是先加速后減速插值器
2015-01-21
源自:Android屬性動畫賞析 1-4
正在回答
看ValueAnimator 源碼的說明確實是樓上所說的那樣
By default, ValueAnimator uses non-linear time interpolation, via the
?* {@link AccelerateDecelerateInterpolator} class, which accelerates into and decelerates
?* out of an animation. This behavior can be changed by calling
?* {@link ValueAnimator#setInterpolator(TimeInterpolator)}.</p>
舉報
本次課程,將向你介紹如何使用屬性動畫做出更好的動畫
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學習伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-02-29
看ValueAnimator 源碼的說明確實是樓上所說的那樣
By default, ValueAnimator uses non-linear time interpolation, via the
?* {@link AccelerateDecelerateInterpolator} class, which accelerates into and decelerates
?* out of an animation. This behavior can be changed by calling
?* {@link ValueAnimator#setInterpolator(TimeInterpolator)}.</p>