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 (3)
animate-n-steps | Number of steps ‘animate-string’ will place a char before its last position. |
animate-total-added-delay | Total number of seconds to wait in between steps. |
animation-buffer-name | String 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) |