crates/argui-widgets/src/animated_text.rs

Animated text

Rolling digits, sliding labels and quiet fades; unchanged characters stay still.

Enable this component

Cargo.toml
[dependencies.argui]
git = "https://github.com/ExtraBinoss/argui"
features = ["widget-animated-text"]

Use the feature on the Argui facade, or enable the same feature without the widget- prefix in argui-widgets.

Read the implementation