set-animation!

Name

set-animation! -- Set the animation parameters to VECTOR.

Synopsis

(set-animation! vector)

Description

Set the animation parameters to vector. vector is a vector of floats which give the fractions of the final position that the window should appear at. For instance, #(0.0 0.25 0.5 0.75 1.0 1.1 1.0) would make the window appear at the initial position, 1/4 of the way, 1/2 of the way, 3/4 of the way, overshoot the final position slightly, and finally slide back into place. This parameter is used for both animated window shades and animated moves.

Implementation Notes

Module: Primitive from (app scwm c-animation)

Defined in modules/c-animation/c-animation.c at line 304 (CVS log)