File: animate.el.html

(animate-string STRING VPOS &optional HPOS)
makes the string STRING appear starting at VPOS, HPOS by having each letter swoop into place from random starting position.

animate-birthday-present was the first application of this program.

Defined variables (2)

animate-n-stepsNumber of steps ‘animate-string’ will place a char before its last position.
animation-buffer-nameString naming the default buffer for animations.

Defined functions (6)

animate-birthday-present(&optional NAME)
animate-initialize(STRING VPOS HPOS)
animate-place-char(CHAR VPOS HPOS)
animate-sequence(LIST-OF-STRINGS SPACE)
animate-step(CHARACTERS FRACTION)
animate-string(STRING VPOS &optional HPOS)

Defined faces (0)