a

animatedtextview

This is a text view that allows for animating letters individually.
https://github.com/wesj/AnimatedTextView
The Apache Software License, Version 2.0
Wes Johnston
Files download
File Operation
animatedtextview-unspecified.pom download
animatedtextview-unspecified-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.wesj.animatedtextview</groupId>
  <artifactId>animatedtextview</artifactId>
  <version>unspecified</version>
  <type>aar</type>
</dependency>
Gradle Groovy
implementation 'com.github.wesj.animatedtextview:animatedtextview:unspecified'
Gradle Kotlin
implementation("com.github.wesj.animatedtextview:animatedtextview:unspecified")
Scala SBT
libraryDependencies += "com.github.wesj.animatedtextview" % "animatedtextview" % "unspecified"
Groovy Grape
@Grapes(
  @Grab(group='com.github.wesj.animatedtextview', module='animatedtextview', version='unspecified')
)
Apache Ivy
<dependency org="com.github.wesj.animatedtextview" name="animatedtextview" rev="unspecified" />
Leiningen
[com.github.wesj.animatedtextview/animatedtextview "unspecified"]
Apache Buildr
'com.github.wesj.animatedtextview:animatedtextview:jar:unspecified'