码迷,mamicode.com
首页 > 其他好文 > 详细

cycleInterpolator 循环加速器

时间:2016-09-05 13:38:50      阅读:217      评论:0      收藏:0      [点我收藏+]

标签:

 CycleInterpolator


Repeats the animation for a specified number of cycles. The rate of change follows a sinusoidal pattern.

作用:如果要让动画连续执行多次,可以使用cycleInterpolator加速器

设置方法:

<?xml version="1.0" encoding="utf-8"?>

<cycleInterpolator xmlns:android="http://schemas.android.com/apk/res/android" android:cycles="7" />

 

cycleInterpolator 循环加速器

标签:

原文地址:http://www.cnblogs.com/liaojie970/p/5841741.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!