Open
Bug 1221088
Opened 9 years ago
Updated 2 years ago
The animation displayed in the timeline is not automatically changed if the animation-iteration-count is modified
Categories
(DevTools :: Inspector: Animations, defect, P3)
Tracking
(firefox44 affected)
NEW
Tracking | Status | |
---|---|---|
firefox44 | --- | affected |
People
(Reporter: mboldan, Unassigned)
References
Details
(Whiteboard: [btpp-backlog])
Reproducible with Nightly 44.0a1 (2015-10-29)
Affected platforms: Windows 10 x32, Ubuntu 13.10 x64 and Mac OS X 10.11
Steps to reproduce:
1. Launch Firefox and open http://bgrins.github.io/devtools-demos/inspector/animation-timing.html.
2. Open the Inspector from the Developer option and select the Animations panel.
3. Select #box1 in the inspector.
4. Open the Rules panel and add 'animation-iteration-count: 5;' in the #box1 rule.
5. Switch back to animation panel and click on the Rewind button.
6. Click on the play button and wait until the animation is played the second time.
7. Go to Rules panel and change the no.5 from the 'animation-iteration-count: 5;' with 2.
8. Switch back to the animation panel.
Expected results:
The animation panel is refreshed after steps '4' and '8' and the animations are correctly displayed.
Actual results:
The animation displayed in the timeline is not changed until the Play/Pause or Rewind buttons are selected after both steps, 4 and 8.
Comment 1•9 years ago
|
||
From bug 1120899 comment 14:
At first sight, it looks like changing the duration, delay or iteration-count only works some of the times, and sort of randomly. Testing this a little more showed that:
- if the animation is paused (either because you pressed the rewind button, or pause button while it was playing): then changing any of these things in the rule-view does refresh the animation-panel correctly
- if the animation has ended (you just let it play until the end): then changing these things does *not* refresh the animation-panel.
Pressing play/pause/rewind does force a refresh so you see the changes then.
The fact that the scrubber is not displayed is related and should be fixed in the same bug.
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Comment 2•9 years ago
|
||
Triaging (filter on CLIMBING SHOES).
Priority: -- → P3
Whiteboard: [btpp-backlog]
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•