Android-推荐一个TextView实现动画效果的库(HTextView)
在Android
开发中,我们可能会遇到实现某个TextView
实现动画效果。关于这种需求,我给小伙们推荐推荐HTextView
开源库,希望能小伙伴们提高开发效率。
HTextView
这是一块帮大家实现TextView
动画效果的库。更多详细信息请查看开源库的文档
HTextView引入
写博客的时候,最新的版本是0.1.6
。小伙伴们使用的时候,可以看看有没有更新版本。引入基础模块:
implementation "com.hanks:htextview-base:0.1.6"
下面的可以按需引入:
implementation "com.hanks:htextview-fade:0.1.6"
implementation "com.hanks:htextview-line:0.1.6"
implementation "com.hanks:htextview-rainbow:0.1.6"
implementation "com.hanks:htextview-typer:0.1.6"
implementation "com.hanks:htextview-scale:0.1.6"
implementation "com.hanks:htextview-evaporate:0.1.6"
implementation "com.hanks:htextview-fall:0.1.6"
line使用以及效果
fade使用以及效果
typer使用以及效果
rainbow使用以及效果
scale使用以及效果
evaporate使用以及效果
fall使用以及效果
感觉给TextView
加动画效果还是很棒的,有机会的话可以在项目中使用到。
共有 0 条评论