# SuperTextView **Repository Path**: jenly1314/SuperTextView ## Basic Information - **Project Name**: SuperTextView - **Description**: SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。 - **Primary Language**: Android - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 5 - **Created**: 2018-11-20 - **Last Updated**: 2025-08-07 ## Categories & Tags **Categories**: android-modules **Tags**: 自定义视图, 打字动画, 歌词, 打印动画, 文字变色动画 ## README # SuperTextView [![Download](https://img.shields.io/badge/download-App-blue.svg)](https://raw.githubusercontent.com/jenly1314/SuperTextView/master/app/app-release.apk) [![Jitpack](https://jitpack.io/v/jenly1314/SuperTextView.svg)](https://jitpack.io/#jenly1314/SuperTextView) [![API](https://img.shields.io/badge/API-15%2B-blue.svg?style=flat)](https://android-arsenal.com/api?level=15) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/mit-license.php) SuperTextView for Android 是一个在TextView的基础上扩展了几种动画效果的控件。 ## Gif 展示 ![Image](GIF.gif) > 你也可以直接下载 [演示App](https://raw.githubusercontent.com/jenly1314/SuperTextView/master/app/app-release.apk) 体验效果 ## 引入 ### Gradle: 1. 在Project的 **build.gradle** 或 **setting.gradle** 中添加远程仓库 ```gradle repositories { //... mavenCentral() maven { url 'https://jitpack.io' } } ``` 2. 在Module的 **build.gradle** 里面添加引入依赖项 ```gradle implementation 'com.github.jenly1314:SuperTextView:1.0.1' ``` ## 使用 布局示例 ```Xml ``` 代码示例(核心调用代码) ```Java //设置动画的动态监听(动画结束后回调) superTextView.setOnDynamicListener(OnDynamicListener onDynamicListener); //设置动画的动态风格 supertextview.setDynamicStyle(DynamicStyle dynamicStyle); //设置动画的动态文本 supertextview.setDynamicText(CharSequence text); //开始动画 supertextview.start(); ``` ## 赞赏 如果您喜欢SuperTextView,或感觉SuperTextView帮助到了您,可以点右上角“Star”支持一下,您的支持就是我的动力,谢谢 :smiley:

您也可以扫描下面的二维码,请作者喝杯咖啡 :coffee:

## 关于我 | 我的博客 | GitHub | Gitee | CSDN | 博客园 | |:------------------------------------------------------------------------------------|:----------------------------------------------------------------------------------------|:---------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------------|:-------------------------------------------------------------------------------| | Jenly's Blog | jenly1314 | jenly1314 | jenly121 | jenly | ## 联系我 | 微信公众号 | Gmail邮箱 | QQ邮箱 | QQ群 | QQ群 | |:-------------|:---------------------------------------------------------------------------------|:----------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------|:--------------------------------------------------------------------------------------------------------------------------| | [Jenly666](http://weixin.qq.com/r/wzpWTuPEQL4-ract92-R) | jenly1314 | jenly1314 | 20867961 | 64020761 |