Advertisement

Android Animation↑

阅读量:

Android系统动画主要分为三大类:

①视图动画View Animation:只能用来设置View的动画。

帧动画Drawable Animation :依次展示Drawable的resources,并如同幻灯片般的逐步呈现其细节内容。

③ 属性动画Property Animation:仅适用于Android 3.0(API 11)及以上版本的Android系统。这种 animation 可用于应用于任意对象。这种 animation 高度定制化可自定义各种类型和属性的 animation.

1.View Animation视图动画

View animation, also referred to as Tween (interpolation) animation, is designed to transition between two states of a View. Its primary purpose is to enable smooth transformations within the same view context, such as position, size, rotation, and opacity. The animation occurs within a single view container and can be cus

全部评论 (0)

还没有任何评论哟~