Confirmed users
220
edits
Line 15: | Line 15: | ||
** Calls ''nsStyleAnimation::ExtractComputedValue(aProperty, aStyleContext, aComputedValue);'' to get the computed value for the given property(width, color...etc.) from the given style context. | ** Calls ''nsStyleAnimation::ExtractComputedValue(aProperty, aStyleContext, aComputedValue);'' to get the computed value for the given property(width, color...etc.) from the given style context. | ||
** This method is called whem building an animation segment, starting a transition, or a style context change for transition. | ** This method is called whem building an animation segment, starting a transition, or a style context change for transition. | ||
* Adds a CommonElementAnimationData with AddElementData(). | * Adds a CommonElementAnimationData with ''AddElementData()''. | ||
== Overview of how they work == | == Overview of how they work == |