|
|
Devtools Animations: Add cubic bezier easing editor for animations
This change adds an extra icon which is visible on hover of an animation.
This icon allows you to edit the cubic bezier editor and edit the easing
of the animation in real time.
BUG= 447083
Total comments: 4
Total comments: 18
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+576 lines, -360 lines) |
Patch |
 |
M |
Source/core/animation/AnimationEffect.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorAnimationAgent.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorAnimationAgent.cpp
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+43 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/devtools.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/AnimationTimeline.js
|
View
|
1
2
3
4
5
6
7
|
10 chunks |
+93 lines, -14 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/BezierUI.js
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/StylesPopoverHelper.js
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -325 lines |
0 comments
|
Download
|
 |
A |
Source/devtools/front_end/elements/StylesPopoverIcon.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+203 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/StylesSidebarPane.js
|
View
|
1
2
3
4
5
6
7
|
5 chunks |
+7 lines, -7 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/animationTimeline.css
|
View
|
1
2
3
4
|
4 chunks |
+43 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/elements/module.json
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/sdk/AnimationModel.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
A |
Source/devtools/front_end/ui/EditorPopoverHelper.js
|
View
|
1
2
3
4
5
6
|
1 chunk |
+144 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/front_end/ui/module.json
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
Source/devtools/protocol.json
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
Source/platform/animation/TimingFunction.cpp
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 21 (6 generated)
|