enum

CSS::Enums::AnimationFillMode

Inherits Enum < Comparable < Value < Object

Constants

Forwards = 0
Backwards = 1
Both = 2

Instance methods

backwards?

Returns true if this enum value equals Backwards

Source
both?

Returns true if this enum value equals Both

Source
forwards?

Returns true if this enum value equals Forwards

Source
to_css_value
Source