Class: MG::SkewTo
Constructors collapse
-
#initialize(x_angle, y_angle, interval) ⇒ SkewTp
constructor
Creates an action that skews a Node object to given angles by modifying it’s skewX and skewY attributes.
Methods inherited from Action
Constructor Details
#initialize(x_angle, y_angle, interval) ⇒ SkewTp
Creates an action that skews a Node object to given angles by modifying it’s skewX and skewY attributes
160 |
# File 'doc/API_reference.rb', line 160 def initialize(x_angle, y_angle, interval); end |