Method: Shotstack::Clip#effect

Defined in:
lib/shotstack/models/clip.rb

#effectObject

A motion effect to apply to the Clip. <ul> <li>‘zoomIn` - slow zoom in</li> <li>`zoomOut` - slow zoom out</li> <li>`slideLeft` - slow slide (pan) left</li> <li>`slideRight` - slow slide (pan) right</li> <li>`slideUp` - slow slide (pan) up</li> <li>`slideDown` - slow slide (pan) down</li> </ul> The motion effect speed can also be controlled by appending `Fast` or `Slow` to the effect, e.g. `zoomInFast` or `slideRightSlow`.



41
42
43
# File 'lib/shotstack/models/clip.rb', line 41

def effect
  @effect
end