module Celestine::Modules::Animate::Transform
#
Gives drawables access to the animate_transform DSL
Direct including types
Celestine::Anchor
Celestine::Circle
Celestine::Ellipse
Celestine::Group
Celestine::Image
Celestine::Path
Celestine::Rectangle
Celestine::Svg
Celestine::Text
Celestine::Use
Constants#
ANIMATE_TRANSFORM_TYPES = ["rotate", "translate", "scale", "skewX", "skewY"]
#
["rotate", "translate", "scale", "skewX", "skewY"]
Methods#
#animate_transform_rotate(&block : Proc(Celestine::Animate::Transform::Rotate, Nil))
#
(&block : Proc(Celestine::Animate::Transform::Rotate, Nil))
Adds a Celestine::Animate::Transform
to the calling drawable's inner elements.
#animate_transform_translate(&block : Proc(Celestine::Animate::Transform::Translate, Nil))
#
(&block : Proc(Celestine::Animate::Transform::Translate, Nil))