标签:
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" />
标签:
原文地址:http://www.cnblogs.com/liaojie970/p/5841741.html