課程
/移動開發
/Android
/Android屬性動畫賞析
看動畫,以及經驗,好像是先加速后減速插值器
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 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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>