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
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
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