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

Side by Side Diff: Source/devtools/front_end/animation/module.json

Issue 1218433007: Devtools Animations: Add buffer and effect selection to animation timeline (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix test Created 5 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « Source/devtools/front_end/animation/animationTimeline.css ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@WebInspector.ToolbarItem.Provider", 4 "type": "@WebInspector.ToolbarItem.Provider",
5 "className": "WebInspector.AnimationControlPane.ButtonProvider", 5 "className": "WebInspector.AnimationControlPane.ButtonProvider",
6 "order": 2, 6 "order": 2,
7 "location": "styles-sidebarpane-toolbar" 7 "location": "styles-sidebarpane-toolbar"
8 } 8 }
9 ], 9 ],
10 "dependencies": [ 10 "dependencies": [
11 "elements" 11 "elements"
12 ], 12 ],
13 "scripts": [ 13 "scripts": [
14 "AnimationModel.js", 14 "AnimationModel.js",
15 "AnimationGroupPreviewUI.js",
15 "AnimationTimeline.js", 16 "AnimationTimeline.js",
16 "AnimationControlPane.js" 17 "AnimationControlPane.js"
17 ], 18 ],
18 "resources": [ 19 "resources": [
19 "animationTimeline.css" 20 "animationTimeline.css"
20 ] 21 ]
21 } 22 }
OLDNEW
« no previous file with comments | « Source/devtools/front_end/animation/animationTimeline.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698