文件名称:SpringX:SpringX是一个Android库,允许开发人员轻松使用SpringAnimation
文件大小:2.51MB
文件格式:ZIP
更新时间:2024-05-24 19:18:52
android animation kotlin-android springanimator springanimation
SpringX SpringX是一个Android库,允许开发人员轻松使用 。 演示版 设置 将jcenter存储库包含到根build.gradle文件中: repositories { jcenter() } 然后将依赖项添加到模块build.gradle : dependencies { implementation ' com.github.lcdsmao:springx:0.0.2 ' } 用法 您可以手动创建ViewPropertySpringAnimator或使用扩展功能: val spring = ViewPropertySpringAnimator (view) // Always create a new one // or val spring = view.spring() // Reuse the one that associated with t
【文件预览】:
SpringX-master
----.gitignore(87B)
----sample()
--------.gitignore(7B)
--------build.gradle(2KB)
--------src()
--------proguard-rules.pro(751B)
----settings.gradle(30B)
----art()
--------anim2.gif(1.82MB)
--------anim1.gif(604KB)
----build.gradle(1KB)
----library()
--------.gitignore(7B)
--------build.gradle(3KB)
--------src()
--------proguard-rules.pro(751B)
----gradlew(5KB)
----LICENSE(11KB)
----.github()
--------workflows()
----README.md(3KB)
----gradlew.bat(2KB)
----gradle.properties(1KB)
----gradle()
--------wrapper()
----.editorconfig(196B)