Class: MG::FadeIn

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

Instance Attribute Summary

Attributes inherited from Action

#done?

Constructors collapse

Methods inherited from Action

#clone, #reverse

Constructor Details

#initialize(interval) ⇒ FadeIn

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

Parameters:

  • interval (Float)

    the animation interval.



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

def initialize(interval); end