webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Static Public Member Functions | List of all members
WebCore::CSSPropertyAnimation Class Reference

#include <CSSPropertyAnimation.h>

Static Public Member Functions

static bool animationOfPropertyIsAccelerated (CSSPropertyID)
 
static bool propertiesEqual (CSSPropertyID, const RenderStyle *a, const RenderStyle *b)
 
static CSSPropertyID getPropertyAtIndex (int, bool &isShorthand)
 
static int getNumProperties ()
 
static HashSet< CSSPropertyIDanimatableShorthandsAffectingProperty (CSSPropertyID)
 
static bool blendProperties (const AnimationBase *, CSSPropertyID, RenderStyle *dst, const RenderStyle *a, const RenderStyle *b, double progress)
 

Member Function Documentation

◆ animatableShorthandsAffectingProperty()

HashSet< CSSPropertyID > WebCore::CSSPropertyAnimation::animatableShorthandsAffectingProperty ( CSSPropertyID  property)
static

◆ animationOfPropertyIsAccelerated()

bool WebCore::CSSPropertyAnimation::animationOfPropertyIsAccelerated ( CSSPropertyID  prop)
static

◆ blendProperties()

bool WebCore::CSSPropertyAnimation::blendProperties ( const AnimationBase anim,
CSSPropertyID  prop,
RenderStyle dst,
const RenderStyle a,
const RenderStyle b,
double  progress 
)
static

◆ getNumProperties()

int WebCore::CSSPropertyAnimation::getNumProperties ( )
static

◆ getPropertyAtIndex()

CSSPropertyID WebCore::CSSPropertyAnimation::getPropertyAtIndex ( int  i,
bool &  isShorthand 
)
static

◆ propertiesEqual()

bool WebCore::CSSPropertyAnimation::propertiesEqual ( CSSPropertyID  prop,
const RenderStyle a,
const RenderStyle b 
)
static

The documentation for this class was generated from the following files: