ImageEn, unit iexTransitions

TIETransitionParams.PanZoomSmoothing

TIETransitionParams.PanZoomSmoothing


Declaration

property Smoothing: Integer;


Description

Specifies the amount of alpha blending that is used to reduce the "jumpiness" of pan-zoom effects.
A low value will improve smoothness, but increase blurriness. A high value will improve clarity, but increase jumpiness.
Typical range is 64 - 196. 255 means no alpha blending (which is best when outputting to a bitmap). 96 is good for typical pan-zoom transitions.



Default: 96


See Also

 PanZoomFilter