Searched defs:AnimationDirectionNormal (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/animation/
H A DCSSAnimationData.h104 AnimationDirectionNormal, enumerator in enum:WebCore::CSSAnimationData::AnimationDirection
110 bool directionIsForwards() const { return m_direction == AnimationDirectionNormal || m_direction == AnimationDirectionAlternate; }
179 static AnimationDirection initialAnimationDirection() { return AnimationDirectionNormal; }

Completed in 78 milliseconds