Class: Bagel::Video::Overlays::Stats

Inherits:
Overlay
  • Object
show all
Defined in:
lib/bagel/video/overlays/stats.rb

Instance Attribute Summary

Attributes inherited from Overlay

#asset

Instance Method Summary collapse

Methods inherited from Overlay

#initialize

Constructor Details

This class inherits a constructor from Bagel::Video::Overlays::Overlay

Instance Method Details

#fadeObject



11
12
13
# File 'lib/bagel/video/overlays/stats.rb', line 11

def fade
  Fade.new(in_start: 3, in_duration: 1.5, out_start: 8, out_duration: 1.5)
end

#orientationObject



3
4
5
# File 'lib/bagel/video/overlays/stats.rb', line 3

def orientation
  Orientation::CENTER
end

#paddingObject



7
8
9
# File 'lib/bagel/video/overlays/stats.rb', line 7

def padding
  nil
end