文件名称:Android代码-Choreographer
文件大小:236KB
文件格式:ZIP
更新时间:2022-08-27 03:21:02
Android代码
Choreographer - Android Animate views easily by chaining animations, run them serially or in parallel. Download Download the latest AAR via Gradle: implementation 'zachinio.choreographer:choreographer:1.0.1' How to use To run animation serially Choreographer() .addAnimation(EnterAnimation(view, EnterAnimation.Direction.TOP, 560)) .addAnimation(FadeAnimation(view,0.2f,560)) .animate() Use "addAnimationAsync" method to add animations asynchronously Choreogra
【文件预览】:
Choreographer-master
----.gitignore(1KB)
----README.md(2KB)
----LICENSE(1KB)
----Project()
--------.gitignore(176B)
--------gradle()
--------build.gradle(858B)
--------gradlew.bat(2KB)
--------gradlew(5KB)
--------Sample()
--------Choreographer()
--------gradle.properties(870B)
--------settings.gradle(36B)
----demoGif.gif(155KB)