Home
last modified time | relevance | path

Searched refs:keyframes (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-atrules/
Dwebkit3 @-webkit-keyframes
/external/chromium/chrome/browser/resources/chromeos/
Dchoose_mobile_network.css30 @-webkit-keyframes spin {
/external/libvpx/examples/
Dforce_keyframe.txt5 This is an example demonstrating how to control placement of keyframes
/external/chromium/chrome/browser/resources/
Dnetwork_menu.css44 @-webkit-keyframes spin {
/external/webkit/Source/WebCore/rendering/
DRenderLayerBacking.cpp1275 …yerBacking::startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes) in startAnimation() argument
1277 bool hasOpacity = keyframes.containsProperty(CSSPropertyOpacity); in startAnimation()
1278 … bool hasTransform = renderer()->isBox() && keyframes.containsProperty(CSSPropertyWebkitTransform); in startAnimation()
1286 size_t numKeyframes = keyframes.size(); in startAnimation()
1288 const KeyframeValue& currentKeyframe = keyframes[i]; in startAnimation()
1309 …transformVector, toRenderBox(renderer())->borderBoxRect().size(), anim, keyframes.animationName(),… in startAnimation()
1314 …if (hasOpacity && m_graphicsLayer->addAnimation(opacityVector, IntSize(), anim, keyframes.animatio… in startAnimation()
DRenderLayerBacking.h115 bool startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes);
/external/webkit/Source/WebCore/css/
DCSSGrammar.y212 %type <rule> keyframes
409 | keyframes
439 | keyframes
599 keyframes:
Dtokenizer.flex78 "@-webkit-keyframes" {yyTok = WEBKIT_KEYFRAMES_SYM; return yyTok; }
/external/chromium/chrome/browser/resources/ntp/
Dapps.css109 @-webkit-keyframes bounce {
Dmost_visited.css223 @-webkit-keyframes 'fade-in' {
/external/webkit/Source/WebCore/inspector/front-end/
DtextViewer.css200 @-webkit-keyframes fadeout {
/external/libvpx/
Dexamples.mk74 force_keyframe.DESCRIPTION = Force generation of keyframes
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0624767 Accelerated animation with missing values in keyframes is broken
24772 keyframes that do have a value for the property. If a value is missing
24773 from the first or last keyframes, the element's unanimated style supplies
24777 from the first (and maybe subsequent) or last (and maybe preceding) keyframes,
59034 Fill mode is broken with multiple keyframes
59040 style update would happen using the incorrect keyframes.
59044 Tests: animations/fill-mode-missing-from-to-keyframes.html
59045 animations/fill-mode-multiple-keyframes.html
60421 failed to detect transform or opacity properties in the keyframes,
60425 values, when detecting the presence of properties in the keyframes.
[all …]
DChangeLog-2009-06-1663228 Test: animations/animation-drt-api-multiple-keyframes.html
66988 Tests: animations/empty-keyframes.html
76087 Make sure that the AtomicString that identifies a set of animation keyframes
76090 Also call styleSheetChanged() when the keyframes name changes, but
76094 Test: animations/change-keyframes-name.html
78442 Test: css3/change-keyframes.html
83431 -webkit-animation-timing-function: inside of keyframes is ignored
90274 RenderStyle should update keyframes.
91222 Need to support comma separated list of key times in keyframes selectors
91225 Test: animations/keyframes-comma-separated.html
[all …]
DChangeLog-2010-01-295778 (WebCore::AnimationQt::updateCurrentTime): realize keyframes from
11273 Fix this by including the keyframes name (or empty string for transitions) in the labels
11281 …(WebCore::animationIdentifier): Pass the keyframes name, since this is included in the identifier …
11282 (WebCore::moveAllAnimationsForProperty): Pass the keyframes name.
11287 and takes the keyframes name.
11289 …(WebCore::GraphicsLayerCA::updateLayerAnimations): Pass keyframes name down (or "" for transitions…
11290 (WebCore::GraphicsLayerCA::setAnimationOnLayer): Pass keyframes name down.
11291 (WebCore::GraphicsLayerCA::removeAnimationFromLayer): Pass keyframes name down.
11292 (WebCore::GraphicsLayerCA::pauseAnimationOnLayer): Pass keyframes name down.
11293 (WebCore::GraphicsLayerCA::swapFromOrToTiledLayer): Pass keyframes name down.
[all …]
DChangeLog-2008-08-10787 -webkit-animation properties and the @-webkit-keyframes rule.
804 new @-webkit-keyframes parsing