module Celestine::Modules::Animate
Overview
Gives drawables access to the animate DSL
Direct including types
- Celestine::Anchor
- Celestine::Animate
- Celestine::Animate::Motion
- Celestine::Circle
- Celestine::Ellipse
- Celestine::Filter
- Celestine::Filter::Basic
- Celestine::Gradient
- Celestine::Gradient::Stop
- Celestine::Group
- Celestine::Image
- Celestine::Marker
- Celestine::Mask
- Celestine::Path
- Celestine::Pattern
- Celestine::Rectangle
- Celestine::Svg
- Celestine::Text
- Celestine::Use
Defined in:
modules/animate.crInstance Method Summary
-
#animate(&block : Proc(Celestine::Animate, Nil))
Adds a
Celestine::Animate
to the calling drawable's inner elements.
Instance Method Detail
def animate(&block : Proc(Celestine::Animate, Nil))
#
Adds a Celestine::Animate
to the calling drawable's inner elements.