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

Issue 2236193002: WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues (Closed)

Created:
4 years, 4 months ago by alancutter (OOO until 2018)
Modified:
4 years, 4 months ago
Reviewers:
CC:
chromium-reviews, shans, rjwright, blink-reviews-style_chromium.org, blink-reviews-animation_chromium.org, blink-reviews-css, kouhei+svg_chromium.org, fs, dcheng, gyuyoung2, dglazkov+blink, krit, apavlov+blink_chromium.org, darktears, blink-reviews, f(malita), Stephen Chennney, rwlbuis, pdr+svgwatchlist_chromium.org, Eric Willigers
Base URL:
https://chromium.googlesource.com/chromium/src.git@_environmentStyle
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WIP: Implement CSS transitions on top of InterpolationTypes instead of AnimatableValues BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+688 lines, -3521 lines) Patch
D third_party/WebKit/LayoutTests/animations/interpolation/backdrop-filter-interpolation-expected.txt View 1 chunk +0 lines, -427 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/border-image-source-interpolation-expected.txt View 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/box-shadow-interpolation-expected.txt View 1 chunk +0 lines, -187 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/filter-interpolation-expected.txt View 1 chunk +0 lines, -286 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/list-style-image-interpolation-expected.txt View 1 chunk +0 lines, -193 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/svg-d-interpolation-expected.txt View 1 chunk +0 lines, -574 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/svg-stroke-dasharray-interpolation-expected.txt View 1 chunk +0 lines, -469 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/text-indent-interpolation-expected.txt View 1 chunk +0 lines, -172 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/text-shadow-interpolation-expected.txt View 1 chunk +0 lines, -112 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-box-image-source-interpolation-expected.txt View 1 chunk +0 lines, -116 lines 0 comments Download
D third_party/WebKit/LayoutTests/animations/interpolation/webkit-mask-image-interpolation-expected.txt View 1 chunk +0 lines, -154 lines 0 comments Download
M third_party/WebKit/Source/core/animation/AnimationStack.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/CompositorAnimations.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/DeferredLegacyStyleInterpolation.cpp View 1 chunk +177 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/EffectModel.h View 2 chunks +39 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolableValue.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolableValueTest.cpp View 3 chunks +16 lines, -47 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Interpolation.h View 1 chunk +24 lines, -20 lines 0 comments Download
D third_party/WebKit/Source/core/animation/Interpolation.cpp View 1 chunk +0 lines, -61 lines 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolationEffectTest.cpp View 5 chunks +35 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/core/animation/InterpolationType.h View 2 chunks +12 lines, -12 lines 0 comments Download
D third_party/WebKit/Source/core/animation/InvalidatableInterpolation.h View 1 chunk +0 lines, -81 lines 0 comments Download
D third_party/WebKit/Source/core/animation/InvalidatableInterpolation.cpp View 1 chunk +0 lines, -212 lines 0 comments Download
M third_party/WebKit/Source/core/animation/Keyframe.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/KeyframeEffectModel.h View 3 chunks +3 lines, -12 lines 0 comments Download
M third_party/WebKit/Source/core/animation/KeyframeEffectModel.cpp View 2 chunks +2 lines, -18 lines 0 comments Download
A + third_party/WebKit/Source/core/animation/KeyframeInterpolation.h View 1 chunk +20 lines, -21 lines 0 comments Download
A + third_party/WebKit/Source/core/animation/KeyframeInterpolation.cpp View 10 chunks +29 lines, -34 lines 0 comments Download
A third_party/WebKit/Source/core/animation/PairwiseInterpolation.h View 1 chunk +75 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/PrimitiveInterpolation.h View 2 chunks +16 lines, -19 lines 0 comments Download
A third_party/WebKit/Source/core/animation/StackableInterpolation.h View 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/core/animation/StackableInterpolation.cpp View 1 chunk +58 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/StyleInterpolation.h View 2 chunks +14 lines, -17 lines 0 comments Download
A + third_party/WebKit/Source/core/animation/StyleInterpolation.cpp View 2 chunks +5 lines, -14 lines 0 comments Download
A third_party/WebKit/Source/core/animation/TransitionEffectModel.h View 1 chunk +63 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/animation/TypedInterpolationValue.h View 2 chunks +6 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimationUpdate.h View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/animation/css/CSSAnimations.cpp View 4 chunks +35 lines, -31 lines 0 comments Download
M third_party/WebKit/Source/core/core.gypi View 4 chunks +6 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleResolver.cpp View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/core/svg/SVGElement.cpp View 2 chunks +2 lines, -2 lines 0 comments Download

Depends on Patchset:

Powered by Google App Engine
This is Rietveld 408576698