• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<html>
2<body>
3<p>
4These classes provide functionality for the property animation system, which allows you
5to animate object properties of any type. <code>int</code>, <code>float</code>, and hexadecimal
6color values are supported by default. You can animate any other type by telling the system how
7to calculate the values for that given type with a custom {@link android.animation.TypeEvaluator}.
8</p>
9
10<p>
11You can set many different types of interpolators (contained in {@link android.view.animation}),
12specify {@link android.animation.Keyframe keyframes}, or group animations to play sequentially
13or simultaneously (with {@link android.animation.AnimatorSet}) to further control your animation
14behaviors.</p>
15
16<p>
17For a guide on how to use the property animation system, see the
18<a href="{@docRoot}guide/topics/graphics/animation.html">Animation</a> developer guide.
19</p>
20</body>
21</html>
22