Home | History | Annotate | Download | only in rendering

Lines Matching refs:toStyle

1119 bool RenderLayerBacking::startTransition(double timeOffset, int property, const RenderStyle* fromStyle, const RenderStyle* toStyle)
1125 const Animation* opacityAnim = toStyle->transitionForProperty(CSSPropertyOpacity);
1129 opacityVector.insert(new FloatAnimationValue(1, compositingOpacity(toStyle->opacity())));
1133 updateLayerOpacity(toStyle);
1140 const Animation* transformAnim = toStyle->transitionForProperty(CSSPropertyWebkitTransform);
1144 transformVector.insert(new TransformAnimationValue(1, &toStyle->transform()));
1147 updateLayerTransform(toStyle);