GeneralFlashing or Blinking Text

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
User avatar
renno
Posts: 54
Joined: Thu Jun 07, 2007 7:16 pm

Flashing or Blinking Text

Post by renno »

Hi there,

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
If there is no way, we will make one...
Hanibal

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
renno
Posts: 54
Joined: Thu Jun 07, 2007 7:16 pm

Flashing or Blinking Text

Post by renno »

Hi,

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}
Cheers to all.
If there is no way, we will make one...
Hanibal
Post Reply