Skip to content

class Celestine::Modules::Animate::Transform::Scale
inherits Celestine::Drawable #

Included modules

Celestine::Modules::CommonAnimate

Constants#

TAG = "animateTransform" #

TYPE = "scale" #

Methods#

#by_x : Float64? #

View source

#by_x=(by_x : Float64?) #

View source

#by_y : Float64? #

View source

#by_y=(by_y : Float64?) #

View source

#draw(io : IO) : Nil #

Main draw method for a drawable. Takes in and interacts with an io.

View source

#from_x : Float64? #

View source

#from_x=(from_x : Float64?) #

View source

#from_y : Float64? #

View source

#from_y=(from_y : Float64?) #

View source

#to_x : Float64? #

View source

#to_x=(to_x : Float64?) #

View source

#to_y : Float64? #

View source

#to_y=(to_y : Float64?) #

View source

#use_by=(use_by) #

View source

#use_by? : Bool #

View source

#use_from=(use_from) #

View source

#use_from? : Bool #

View source

#use_to=(use_to) #

View source

#use_to? : Bool #

View source

module Celestine::Modules::Animate::Transform::Scale::Attrs #

Included modules

Celestine::Modules::CommonAnimate::Attrs

Constants#

ATTRIBUTE_NAME = "attributeName" #

BY = "by" #

FROM = "from" #

TO = "to" #

TYPE = "type" #