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