Skip to content

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

Included modules

Celestine::Modules::CommonAnimate

Constants#

TAG = "animateTransform" #

TYPE = "skewY" #

Methods#

#by : Float64? #

View source

#by=(by : Float64?) #

View source

#draw(io : IO) : Nil #

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

View source

#from : Float64? #

View source

#from=(from : Float64?) #

View source

#to : Float64? #

View source

#to=(to : 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::SkewY::Attrs #

Included modules

Celestine::Modules::CommonAnimate::Attrs

Constants#

ATTRIBUTE_NAME = "attributeName" #

BY = "by" #

FROM = "from" #

TO = "to" #

TYPE = "type" #