Devtools Animations: Add buffer and effect selection to animation timeline
commit986a9000e9cb2b032274412356dc9720e96a2584
authorsamli@chromium.org <samli@chromium.org>
Wed, 23 Sep 2015 05:55:17 +0000 (23 05:55 +0000)
committersamli@chromium.org <samli@chromium.org>
Wed, 23 Sep 2015 05:55:17 +0000 (23 05:55 +0000)
treee78efe849b1913c2a4354ebf47b9ab70bf3c6a92
parent2753a31eb9d13dc5830bce7f6e5d6626a04ce38c
Devtools Animations: Add buffer and effect selection to animation timeline

This change allows the animation timeline UI to consume the visual effect
information from the backend models. It pulls these effects into a buffer
and allows each effect to be selected to be displayed in the timeline below.
The scrubber is also disabled for now in this change.

BUG=447083

Review URL: https://codereview.chromium.org/1218433007

git-svn-id: svn://svn.chromium.org/blink/trunk@202665 bbb929c8-8fbe-4397-9dbb-9b2b20218538
LayoutTests/http/tests/inspector/elements-test.js
LayoutTests/inspector/animation/animation-timeline.html
Source/devtools/devtools.gypi
Source/devtools/front_end/animation/AnimationGroupPreviewUI.js [new file with mode: 0644]
Source/devtools/front_end/animation/AnimationModel.js
Source/devtools/front_end/animation/AnimationTimeline.js
Source/devtools/front_end/animation/animationTimeline.css
Source/devtools/front_end/animation/module.json