Following text animations are available:
You may use AnimatedTextState
as follows to control the animation programmatically:
val state = rememberAnimatedTextState()
XYZAnimatedText(
state = state,
text = "I like Jetpack Compose"
)
state.stop()
state.pause()
state.start()
state.resume()
You may download the APK quick trial.
The source-code of the example application provides more details.
Moving Letters for Web / JavaScript by @tobiasahlin.
I wanted to implement it in Jetpack Compose!
Copyright © 2023 & onwards, Hitesh Kumar Saini.
This project & the work under this repository is governed by MIT license that can be found in the LICENSE file.