android - android中的 Material 动画

标签 android android-animation

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

最佳答案

你可以使用下面的动画库

  • Material-Animations

    used for three main things:

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

    2. 在 Activity 之间的转换中为共享元素(英雄 View )设置动画。

    3. 同一 Activity 中的动画 View 更改

  • 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.

关于android - android中的 Material 动画,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44918817/

相关文章:

android - 使用 MotionEvent.ACTION_MOVE 制作像主屏幕一样的 ViewFlipper

Android:如何通过 Intent 打开特定文件夹并在文件浏览器中显示其内容?

android - android中旋转动画的缓动效果

android - 动画围绕 ImageView 的圆圈

android - 如何在像谷歌加/谷歌报摊这样的滚动上为回收站设置动画?

android - 动 Canvas 局以填充屏幕

java - 在 Android 中使用 Google 帐户登录

android - 如何使我的应用程序在Android Market中付款?

android - 通过 ImageView Click 更改 viewpager fragment

android - JobService 只运行一次就可以立即运行吗?