module

Celestine::Modules::Animate::Transform

Gives drawables access to the animate_transform DSL

Constants

ANIMATE_TRANSFORM_TYPES = ["rotate", "translate", "scale", "skewX", "skewY"]

Instance methods

animate_transform_rotate

Adds a Celestine::Animate::Transform to the calling drawable's inner elements.

Source
animate_transform_scale
Source
animate_transform_skew_x
Source
animate_transform_skew_y
Source
animate_transform_translate
Source

Nested types