Add a new bounce() text animation in lib/effects/bounce.js. This effect should:
- Animate each character of a string bouncing up and down
- Use ANSI or
chalk to simulate bounce via vertical spacing or color
- Accept parameters like
{ duration, amplitude }
💡 Look at how wave() is implemented for reference.
Add a new
bounce()text animation inlib/effects/bounce.js. This effect should:chalkto simulate bounce via vertical spacing or color{ duration, amplitude }💡 Look at how
wave()is implemented for reference.