Open

Description
I've cloned your repo as instructed.
But when i run the script below, the animation gets wrapped up with letters (see in video)
I want the animation to always work until the end of script and without wrapping with any letters/words.
#!/usr/bin/env bash
source ~/Desktop/david/bash_loading_animations/bash_loading_animations.sh
trap BLA::stop_loading_animation SIGINT
BLA::start_loading_animation "${BLA_braille_whitespace[@]}"
echo -ne "Write something: "
read sth
echo "You have written: $sth "
BLA::stop_loading_animation