Fading Text View
class FadingTextView @JvmOverloads constructor(context: Context, attrs: AttributeSet? = null, defStyleAttr: Int = 0) : AppCompatTextView
Author
Tomer Rosenfeld AKA rosenpin Created by rosenpin on 12/8/16.
Functions
Link copied to clipboard
This method should only be used to forcefully apply timeout changes It will dismiss the currently queued animation change and start a new animation
Link copied to clipboard
Sets the length of time to wait between text changes in specific time units
Link copied to clipboard
This method is overridden to prevent animations from starting when the view is not shown If you want to start the animation manually, use the @see resume method