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" />
时间: 2024-10-11 09:45:27