Class: MG::FadeOut

Inherits:
Action show all
Defined in:
doc/API_reference.rb

Constructors collapse

Methods inherited from Action

#clone, #done?, #reverse

Constructor Details

#initialize(interval) ⇒ FadeOut

Creates an action Fades Out the receiver. It modifies the opacity from the 255 to 0.

Parameters:

  • interval (Float)

    the animation interval.



223
# File 'doc/API_reference.rb', line 223

def initialize(interval); end