ZoomAcceleration |
||
| Mac OS X header: | Carbon/Carbon.h | |
| Mac OS 9 header: | Drag.h | |
typedef SInt16 ZoomAcceleration;
enum {
kZoomNoAcceleration = ,
kZoomAccelerate = 1,
kZoomDecelerate = 2
};
Use linear interpolation for each frame of animation between the source and destination.
Increment the step size for each frame of animation between the source and destination. This option produces the visual appearance of the animation speeding up as it approaches the destination.
Decrement the step size for each frame of animation between the source and destination. This option produces the visual appearance of the animation slowing down as it approaches the destination.
© 2001 Apple Computer, Inc. (Last Updated July 17, 2001)