Skip to content

Commit

Permalink
added slide_in on docs
Browse files Browse the repository at this point in the history
  • Loading branch information
24rr committed Nov 9, 2024
1 parent 16476e5 commit 7a05347
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ Holds settings for various text effects.
- `matrix_effect(text: &str, settings: &EffectSettings, color: Option<&Color>)` - Displays text with a matrix-like decoding effect.
- `rainbow_text(text: &str, settings: &EffectSettings)` - Displays text with a rainbow effect.
- `progress_spinner(total: usize, settings: &EffectSettings, color: &Color, style: usize)` - Displays a progress spinner with customizable styles.
- `slide_in(text: &str, settings: &EffectSettings, color: Option<&Color>)` - Displays text with a slide-in effect from the left.

### formatting

Expand Down

0 comments on commit 7a05347

Please sign in to comment.