Search code examples
androidandroid-animationtranslate-animation

Differences between Animation and TranslateAnimation


What's the difference between Animation and TranslateAnimation? Where should I use everyone?


Solution

  • Animation is the superclass of TranslateAnimation. A TranslateAnimation changes the position of the animated view. You can find all ainmation types in android here: http://developer.android.com/reference/android/view/animation/Animation.html