Want to see some animation in termux you can install cmatrix.
Cmatrix shows cool matrix scrolling lines animation in terminal , you probably have seen in the Sci-fi movies.
Install
To install we just simply type
pkg update && pkg upgrade
pkg install cmatrix
Start and stop
To start this program we can type cmatrix
To stop we need to press CTRL + C
or q
Colours
There are 8 colours , green is the default,
cmatrix -C green
cmatrix -C red
cmatrix -C blue
cmatrix -C white
cmatrix -C yellow
cmatrix -C cyan
cmatrix -C magenta
cmatrix -r
cmatrix -C black
More option
-a
Asynchronous scroll
-b
Bold characters on
-B
All bold characters (overrides -b)
-f
Force the linux $TERM type to be on
-l
Linux mode (sets "matrix.fnt" font in console)
-o
Use old-style scrolling
-h, -?
Print usage and exit
-n
No bold characters (overrides -b and -B)
-s
"Screensaver" mode, exits on first keystroke
-m
"Lambda" mode, every character becomes a lambda
-x
X window mode, use if your xterm is using mtx.pcf
-V
Print version information and exit
-u
delay Screen update delay 0 - 9, default 4
Manual
To read the manual, we need to insall man program
pkg install man
man cmatrix
To exit from the manual q