Class: MG::ScaleBy

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

Constructors collapse

Methods inherited from Action

#clone, #done?, #reverse

Constructor Details

#initialize(scale, interval) ⇒ ScaleBy

Creates an action that will scale the receiver

Parameters:

  • scale (Float)

    the receiver should be scaled by

  • interval (Float)

    the animation interval.



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

def initialize(scale, interval); end