Scroll

Function
The Scroll function is similar to the Pan function, except the image wraps around the frame, and reappears on the opposite side.

Parameters
Type
Defaults
Function
x,yScroll
float
0,0 The x and y panning values
motionBlur
float
0 Motion blur quality.
shutterTiming
float
.5 The duration of the motion blur exposure.
shutterOffset
float
0 The offset from the beginning of the frame at which motion is calculated.


Synopsis

 image Scroll( image, 
  float xScroll, 
  float yScroll,
  float motionBlur,
  float shutterTiming,
  float shutterOffset
 );


Script

image = Scroll( 
  image, 
  xScroll, 
  yScroll, 
  motionBlur, 
  shutterTiming, 
  shutterOffset
 );


Command Line

shake -scroll xScroll yScroll


See Also
Pan, Move2D