Material animation in android

前端 未结 1 1932
面向向阳花
面向向阳花 2020-12-05 16:38

Can any one help me with animations in android I am learning the animation through android developer website but I am also looking for a good tutorial for that, What I am lo

相关标签:
1条回答
  • 2020-12-05 17:34

    You can use following library for animation

    • Material-Animations

      used for three main things:

      1. Animate activity layout content when transitioning from one activity to another.

      2. Animate shared elements (Hero views) in transitions between activities.

      3. Animate view changes within same activity

    • EasyAndroidAnimations

      Easy Android Animations is an animation library that aims to make android animations easier, with 50+ builtin animations, it allows you to introduce many complex animation effects in your application with one or two lines of code

    • Facebook pop animation

      Pop is an extensible animation engine for iOS, tvOS, and OS X

    • Material

      MaterialLibrary is an Open Source Android library that back-port Material Design components to pre-Lolipop Android.

    • AndroidViewAnimations

      View shake animation.

    • View animator

      A fluent Android animation library,Animate multiple view from one method

    • AndroidViewAnimation

      AndroidViewAnimation, which is an animation collection, to help you make animation easier.

    0 讨论(0)
提交回复
热议问题