animated-move-to

Name

animated-move-to -- Move WIN to viewport coordinates X, Y with animation.

Synopsis

(animated-move-to x y #&optional (win (get-window))
				  (move-pointer-too? #t))

Description

Move WIN to viewport coordinates X, Y with animation. If X or Y is #f, then do not change that coordinate during the move. At least one of X and Y must be a number. This moves the pointer with the window unless MOVE-POINTER-TOO? is #f.

Implementation Notes

Module:

Defined in scheme/animation.scm at line 46 (CVS log)