<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>深蓝的blog &#187; AnimationSet</title>
	<atom:link href="http://www.lanxinbase.com/?feed=rss2&#038;tag=animationset" rel="self" type="application/rss+xml" />
	<link>http://www.lanxinbase.com</link>
	<description>记录日常生活</description>
	<lastBuildDate>Sat, 18 Apr 2026 07:10:07 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Android开发:属性动画的练习(AnimationSet、ObjectAnimator )</title>
		<link>http://www.lanxinbase.com/?p=1133</link>
		<comments>http://www.lanxinbase.com/?p=1133#comments</comments>
		<pubDate>Sat, 18 Jun 2016 04:11:24 +0000</pubDate>
		<dc:creator><![CDATA[Alan]]></dc:creator>
				<category><![CDATA[7.android应用开发]]></category>
		<category><![CDATA[AnimationSet]]></category>
		<category><![CDATA[ObjectAnimator]]></category>

		<guid isPermaLink="false">http://www.lanxinbase.com/?p=1133</guid>
		<description><![CDATA[就是通过动画的方式改变对象的属性了，我们首先需要了解几个属性：

Duration动画的持续时间，默认300ms。
time interpolation：时间差值，如LinearInterpolator、AccelerateDecelerateInterpolator，定义动画的变化率。
Repeat count and behavior：重复次数、以及重复模式；
Animator sets: 动画集合，你可以定义一组动画，一起执行或者顺序执行。
Frame refresh delay：帧刷新延迟，对于你的动画，多久刷新一次帧；默认为10ms，但最终依赖系统的当前状态；基本不用管。]]></description>
		<wfw:commentRss>http://www.lanxinbase.com/?feed=rss2&#038;p=1133</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
