Class: MG::FadeOut
Constructors collapse
-
#initialize(interval) ⇒ FadeOut
constructor
Creates an action Fades Out the receiver.
Methods inherited from Action
Constructor Details
#initialize(interval) ⇒ FadeOut
Creates an action Fades Out the receiver. It modifies the opacity from the 255 to 0.
223 |
# File 'doc/API_reference.rb', line 223 def initialize(interval); end |