Android 动画详尽教程

作者: androidproject 发布时间: 2019-09-05 浏览: 1933 次 编辑

Android Animation Detailed Tutorial / Android 动画详尽教程

GitHub issues   GitHub forks   GitHub stars

Android Animation Set


  • 中文讲解(README)请直接点击对应标题

  • English explanation(or readme), Do not click on the title, please click on the tip address

文章开篇总结性文章:《Android 一共有多少种动画?准确告诉你!》

Ⅰ. View Animation / 视图动画

English explanation can go to read this article

Ⅱ. Drawable Animation / 帧动画 / Frame 动画

English explanation can go to read this article

Ⅲ. Property Animation / 属性动画

English explanation can go to read this article

Ⅳ. Ripple Effect / Touch Feedback / 触摸反馈动画

English explanation can go to read this article

Ⅴ. Reveal Effect / 揭露动画

English explanation can go to read this article

Ⅵ. Transition Animation / 转场动画 & 共享元素

English explanation can go to read this readme

Ⅶ. Animate View State Changes / 视图状态动画

English explanation can go to read StateListAnimator and StateListDrawable

Ⅷ. AnimatedVectorDrawable / 矢量图动画

English explanation can go to read this article or AnimatedVectorDrawable or VectorDrawable

Ⅸ. Constraint Animation / ConstraintSet / 约束布局关键帧动画

English explanation can go to read this article

Wiki 附属文章

遗漏提交

由于个人能力局限,难免会有遗漏的动画,大家如果发现有遗漏的动画、或者发现问题,可以提交 Issues (请注明“遗漏提交”,也可以附上推荐的对应讲解教程地址),我会逐渐完善这个系列教程。

Demo

View Animation / 视图动画 Drawable Animation / 帧动画 / Frame 动画

Property Animation / 属性动画 Ripple Effect / Touch Feedback / 触摸反馈动画

Reveal Effect / 揭露动画 Transition Animation / 转场动画 & 共享元素

Animate View State Changes / 视图状态动画 AnimatedVectorDrawable / 矢量图动画

Download Demo Apk
or scan code to download(扫码下载)
Scan code to download

更全面的讲解将会逐步补充 / 欢迎 Star / 欢迎 Fork

CSDN
掘金

ocnyang.com   新浪微博


项目地址:https://github.com/OCNYang/Android-Animation-Set