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" />

最新文章

  1. EC笔记:第三部分:17、使用独立的语句将newed对象放入智能指针
  2. crc循环冗余校验
  3. stackView的隐藏与显示注意事项
  4. 聊聊CSS postproccessors
  5. Linux rpm安装问题解决
  6. css select 样式列表-----另一种样式列表
  7. 解决mysql中文乱码(总)
  8. 在eclipse里的 flex 没有可视化的编辑
  9. php:兄弟连之面向对象版图形计算器2
  10. LeetCode OJ 31. Next Permutation
  11. SpringMVC的数据格式化-注解驱动的属性格式化
  12. asp.net 限制上传文件的大小与时间
  13. vue中动态样式不起作用? scoped了解一下
  14. 比Kafka Mangaer更优秀的开源监控工具-Kafka Eagle
  15. Vue proxyTable 解决开发环境的跨域问题
  16. AB Test 是什么
  17. python接口测试模版
  18. Java Editplus编译环境配置
  19. vector实现(只能装入string)
  20. python数据分析笔记——数据加载与整理]

热门文章

  1. SQL函数学习(十九):CAST()函数和CONVERT()函数
  2. How can I retrieve the remote git address of a repo?
  3. 微信公众平台开发详细步骤与java代码
  4. php 怎么设置报错级别 和 控制报错[转]
  5. 九度-剑指Offer
  6. RFC总结-SD模块
  7. Google账户_GooglePlay_关联
  8. mac下pmset的使用方法
  9. hibernate mysql写入中文乱码 解决
  10. 算法_栈的Java的通用数组实现