Searched refs:keyframes (Results 1 – 16 of 16) sorted by relevance
/external/webkit/Tools/iExploder/iexploder-1.7.2/src/css-atrules/ |
D | webkit | 3 @-webkit-keyframes
|
/external/chromium/chrome/browser/resources/chromeos/ |
D | choose_mobile_network.css | 30 @-webkit-keyframes spin {
|
/external/libvpx/examples/ |
D | force_keyframe.txt | 5 This is an example demonstrating how to control placement of keyframes
|
/external/chromium/chrome/browser/resources/ |
D | network_menu.css | 44 @-webkit-keyframes spin {
|
/external/webkit/Source/WebCore/rendering/ |
D | RenderLayerBacking.cpp | 1275 …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()
|
D | RenderLayerBacking.h | 115 bool startAnimation(double timeOffset, const Animation* anim, const KeyframeList& keyframes);
|
/external/webkit/Source/WebCore/css/ |
D | CSSGrammar.y | 212 %type <rule> keyframes 409 | keyframes 439 | keyframes 599 keyframes:
|
D | tokenizer.flex | 78 "@-webkit-keyframes" {yyTok = WEBKIT_KEYFRAMES_SYM; return yyTok; }
|
/external/chromium/chrome/browser/resources/ntp/ |
D | apps.css | 109 @-webkit-keyframes bounce {
|
D | most_visited.css | 223 @-webkit-keyframes 'fade-in' {
|
/external/webkit/Source/WebCore/inspector/front-end/ |
D | textViewer.css | 200 @-webkit-keyframes fadeout {
|
/external/libvpx/ |
D | examples.mk | 74 force_keyframe.DESCRIPTION = Force generation of keyframes
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 24767 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 …]
|
D | ChangeLog-2009-06-16 | 63228 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 …]
|
D | ChangeLog-2010-01-29 | 5778 (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 …]
|
D | ChangeLog-2008-08-10 | 787 -webkit-animation properties and the @-webkit-keyframes rule. 804 new @-webkit-keyframes parsing
|