General ⇒ Flashing or Blinking Text
Flashing or Blinking Text
I have seen a package that can create text that is blinking/flashing. Indeed, that package's documentation shows examples of text that is repetitively going from normal face to bold face and so on and so forth.
Unfortunately, I cannot remember the name of the package, so I was wondering if someone can help with this.
Thanks in advance.
Jamil
Hanibal
NEW: TikZ book now 40% off at Amazon.com for a short time.
And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p
Flashing or Blinking Text
The solution is the use the ''animateinline'' option from the ''animate'' package. Below is an example:
Code: Select all
\begin{animateinline}[autoplay,loop]{2}%{\color{blue}{\bf Mid-Frequency Gap}}%\newframe\end{animateinline}
Hanibal