JumpingBeans-实现指定文字的跳动效果.zip

时间:2022-10-13 22:17:39
【文件属性】:

文件名称:JumpingBeans-实现指定文字的跳动效果.zip

文件大小:3.79MB

文件格式:ZIP

更新时间:2022-10-13 22:17:39

开源项目

实现指定文字的跳动效果。项目地址:https://github.com/frakbot/JumpingBeans如何使用:// 让指定的TextView整个文本跳动  TextView textView1 = (TextView) findViewById(R.id.jumping_text_1); jumpingBeans1 = JumpingBeans.with(textView1)         .appendJumpingDots()         .build();//让部分文本跳动,如让第一个单词跳动 final TextView textView2 = (TextView) findViewById(R.id.jumping_text_2); jumpingBeans2 = JumpingBeans.with(textView2)         .makeTextJump(0, textView2.getText().toString().indexOf(' '))         .setIsWave(false)         .setLoopDuration(1000)  // ms         .build();


【文件预览】:
JumpingBeans-master
----gradlew(5KB)
----settings.gradle(23B)
----keystore.properties.example(131B)
----art()
--------jumpingword.gif(37KB)
--------JumpingBeans_Icon (web).svg(162KB)
--------JumpingBeans_logo.svg(159KB)
--------jumpingdots.gif(18KB)
--------JumpingBeans_logo.ai(135KB)
--------feature_art.psd(3.51MB)
--------JumpingBeans_logo.png(72KB)
--------screenshot-2.png(117KB)
--------feature_art.jpg(207KB)
--------screenshot-1.png(116KB)
----lib()
--------src()
--------gradle.properties(687B)
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(667B)
----gradle()
--------wrapper()
----README.md(6KB)
----gradlew.bat(2KB)
----NOTICE(590B)
----gradle.properties(1011B)
----.gitignore(412B)
----app()
--------src()
--------.gitignore(7B)
--------build.gradle(2KB)
--------proguard-rules.pro(667B)
----local.properties.example(499B)
----build.gradle(1KB)

网友评论