Home | History | Annotate | Download | only in rendering

Lines Matching full:keyframes

1075 bool RenderLayerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes)
1077 bool hasOpacity = keyframes.containsProperty(CSSPropertyOpacity);
1078 bool hasTransform = keyframes.containsProperty(CSSPropertyWebkitTransform);
1086 for (Vector<KeyframeValue>::const_iterator it = keyframes.beginKeyframes(); it != keyframes.endKeyframes(); ++it) {
1106 if (hasTransform && m_graphicsLayer->addAnimation(transformVector, toRenderBox(renderer())->borderBoxRect().size(), anim, keyframes.animationName(), timeOffset))
1109 if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animationName(), timeOffset))