Material 动画 android

Material animation in android

任何人都可以在 android 中帮助我制作动画吗?我正在通过 android 开发者网站学习动画,但我也在寻找一个很好的教程,我正在寻找的是 something similar 任何帮助都会得到帮助

您可以使用以下库制作动画

  • Material-Animations

    used for three main things:

    1. 在从一个 activity 过渡到另一个时为 activity 布局内容设置动画。

    2. 在活动之间的转换中对共享元素(英雄视图)进行动画处理。

    3. 同一个动画视图变化 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.