enum

CSS::Enums::TransformOriginY

Inherits Enum < Comparable < Value < Object

Constants

Top = 0
Bottom = 1

Instance methods

bottom?

Returns true if this enum value equals Bottom

Source
to_css_value
Source
top?

Returns true if this enum value equals Top

Source