Class: MG::FadeTo
Constructors collapse
-
#initialize(opacity, interval) ⇒ FadeTo
constructor
Creates an action Fades the receiver.
Methods inherited from Action
Constructor Details
#initialize(opacity, interval) ⇒ FadeTo
Creates an action Fades the receiver. It modifies the opacity from the current opacity to a custom one.
201 |
# File 'doc/API_reference.rb', line 201 def initialize(opacity, interval); end |