New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 608073 link

Starred by 3 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Feature



Sign in to add a comment

Devtools Animations: Global pause all animations

Project Member Reported by samli@chromium.org, Apr 29 2016

Issue description

We had this feature briefly before we removed it.

Currently you can only pause an animation group after capture. User was requesting we add back the global feature due to potential DOM changes that prevent capture/pause from being used.

This should be trivial to implement, basically plumbing playback rate of 0 to AnimationTimeline. Mostly just blocked on what the UX would be. Could simply be adding a 0% playback rate.
 
Owner: pfeldman@chromium.org
Status: Assigned (was: Available)
Status: Started (was: Assigned)
pavel has a fix in flight
Project Member

Comment 4 by bugdroid1@chromium.org, May 10 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/933e2b64178778ad63eadcf560129400c7f273d9

commit 933e2b64178778ad63eadcf560129400c7f273d9
Author: pfeldman <pfeldman@chromium.org>
Date: Tue May 10 00:09:05 2016

DevTools: restore pause all that suspended all animations into the animations timeline.

BUG= 608073 

Review-Url: https://codereview.chromium.org/1958283002
Cr-Commit-Position: refs/heads/master@{#392483}

[modify] https://crrev.com/933e2b64178778ad63eadcf560129400c7f273d9/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js

Project Member

Comment 5 by bugdroid1@chromium.org, May 10 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/e8a797d9c607f364f10a6f628fbe4fb4ec408def

commit e8a797d9c607f364f10a6f628fbe4fb4ec408def
Author: pfeldman <pfeldman@chromium.org>
Date: Tue May 10 02:58:28 2016

DevTools: follow up to r392483, do not run animation groups when paused.

BUG= 608073 

Review-Url: https://codereview.chromium.org/1960373003
Cr-Commit-Position: refs/heads/master@{#392532}

[modify] https://crrev.com/e8a797d9c607f364f10a6f628fbe4fb4ec408def/third_party/WebKit/Source/devtools/front_end/animation/AnimationTimeline.js

Status: Fixed (was: Started)

Sign in to add a comment