enum

CSS::Enums::BackgroundAttachment

Inherits Enum < Comparable < Value < Object

Constants

Scroll = 0
Local = 1
Fixed = 2

Instance methods

fixed?

Returns true if this enum value equals Fixed

Source
local?

Returns true if this enum value equals Local

Source
scroll?

Returns true if this enum value equals Scroll

Source
to_css_value
Source