blob: 47bac25f8c6b55b71330e1cbe9a859b16144a68b [file] [log] [blame]
Chet Haase17fb4b02010-06-28 17:55:07 -07001<html>
2<body>
Robert Lyf99b7822011-01-16 19:48:06 -08003<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
Joe Fernandez3aef8e1d2011-12-20 10:38:34 -080010<p>For more information, see the
Scott Main9be01052012-06-22 12:35:08 -070011<a href="{@docRoot}guide/topics/graphics/prop-animation.html">Animation</a> guide.</p>
Joe Fernandez3aef8e1d2011-12-20 10:38:34 -080012{@more}
13
Robert Lyf99b7822011-01-16 19:48:06 -080014<p>
15You can set many different types of interpolators (contained in {@link android.view.animation}),
16specify {@link android.animation.Keyframe keyframes}, or group animations to play sequentially
17or simultaneously (with {@link android.animation.AnimatorSet}) to further control your animation
18behaviors.</p>
19
Chet Haase17fb4b02010-06-28 17:55:07 -070020</body>
Joe Fernandez3aef8e1d2011-12-20 10:38:34 -080021</html>