class Bagel::Video::Overlays::Stats
Public Instance Methods
fade()
click to toggle source
# 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
orientation()
click to toggle source
# File lib/bagel/video/overlays/stats.rb, line 3 def orientation Orientation::CENTER end
padding()
click to toggle source
# File lib/bagel/video/overlays/stats.rb, line 7 def padding nil end