Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(345)

Unified Diff: Source/core/animation/css/CSSAnimations.cpp

Issue 1155773002: Devtools Animations: Add cubic bezier easing editor for animations (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/core/animation/css/CSSAnimations.cpp
diff --git a/Source/core/animation/css/CSSAnimations.cpp b/Source/core/animation/css/CSSAnimations.cpp
index 8697d4311ba0503be1d3ad1c9b1ef16656b8054a..660a6203f8ede7c8c00d46ae22e87de970e286d5 100644
--- a/Source/core/animation/css/CSSAnimations.cpp
+++ b/Source/core/animation/css/CSSAnimations.cpp
@@ -509,6 +509,7 @@ void CSSAnimations::calculateTransitionUpdateForProperty(CSSPropertyID id, const
RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> model = AnimatableValueKeyframeEffectModel::create(keyframes);
update->startTransition(id, from.get(), to.get(), InertEffect::create(model, timing, false, 0));
+
ASSERT(!element->elementAnimations() || !element->elementAnimations()->isAnimationStyleChange());
}
« no previous file with comments | « no previous file | Source/core/inspector/InspectorAnimationAgent.h » ('j') | Source/core/inspector/InspectorAnimationAgent.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698