Class: Bagel::Video::Overlays::Stats
- Inherits:
-
Overlay
- Object
- Overlay
- Bagel::Video::Overlays::Stats
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
Instance Method Details
#fade ⇒ Object
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
|
#orientation ⇒ Object
3
4
5
|
# File 'lib/bagel/video/overlays/stats.rb', line 3
def orientation
Orientation::CENTER
end
|
#padding ⇒ Object
7
8
9
|
# File 'lib/bagel/video/overlays/stats.rb', line 7
def padding
nil
end
|