|
Web Animations - responsive interpolation
Whenever inheriting to and from CSS values like inherit or currentColor, or compound values containing font-dependent lengths, we avoid capturing the styles up-front.
Instead, we only obtain the start and end styles when it is time to interpolate between them.
BUG= 361948
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=174900
Total comments: 17
Total comments: 1
Total comments: 7
Total comments: 2
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+733 lines, -97 lines) |
Patch |
 |
A + |
LayoutTests/web-animations-api/animations-responsive-backgroundPosition.html
|
View
|
1
|
1 chunk |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/web-animations-api/animations-responsive-backgroundSize.html
|
View
|
1
|
1 chunk |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/web-animations-api/animations-responsive-borderImageWidth.html
|
View
|
1
|
1 chunk |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/web-animations-api/animations-responsive-borderRadius.html
|
View
|
1
|
1 chunk |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/web-animations-api/animations-responsive-boxShadow.html
|
View
|
1
|
1 chunk |
+12 lines, -10 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/web-animations-api/animations-responsive-fontSize.html
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A |
LayoutTests/web-animations-api/animations-responsive-fontWeight.html
|
View
|
1
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/web-animations-api/animations-responsive-textIndent.html
|
View
|
1
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/web-animations-api/animations-responsive-to-color-change.html
|
View
|
1
|
1 chunk |
+189 lines, -8 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/web-animations-api/animations-responsive-to-color-change-expected.txt
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/web-animations-api/animations-responsive-to-inherited-change.html
|
View
|
1
|
1 chunk |
+33 lines, -5 lines |
0 comments
|
Download
|
 |
D |
LayoutTests/web-animations-api/animations-responsive-to-inherited-change-expected.txt
|
View
|
1
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
LayoutTests/web-animations-api/animations-responsive-to-style-change.html
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
LayoutTests/web-animations-api/animations-responsive-transform.html
|
View
|
1
|
1 chunk |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/CompositorAnimations.cpp
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/InterpolableValue.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/animation/StringKeyframe.h
|
View
|
1
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/animation/StringKeyframe.cpp
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
A |
Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/animation/interpolation/DeferredLegacyStyleInterpolation.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+154 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/core/animation/interpolation/DeferredLegacyStyleInterpolationTest.cpp
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
1
2
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/CSSPrimitiveValue.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResolver.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/css/resolver/StyleResolver.cpp
|
View
|
1
2
|
1 chunk |
+14 lines, -6 lines |
0 comments
|
Download
|
Total messages: 42 (0 generated)
|