Closed
Bug 1218342
Opened 9 years ago
Closed 9 years ago
Animation timeline changes every time animations are played/paused
Categories
(DevTools :: Inspector: Animations, defect)
DevTools
Inspector: Animations
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: pbro, Unassigned)
References
Details
Filed from QA feedback on bug 1174060.
STR: - Open https://bug1174060.bmoattachments.org/attachment.cgi?id=8656011
- Open the animation inspector
- Click on “Start” button.
- Click on “Play” button.
- Press “Stop” button.
- Repeat the previous 2 steps a few times.
AR: - https://bug1174060.bmoattachments.org/attachment.cgi?id=8677462
When we play/pause animations, the tool refreshes their states, to make sure to display correct information, and as a result, it re-renders the UI. So we should make sure we don't alter the order of animations when this happens and that we don't alter the relative start times of each animations either, so they appear at the same place every time.
I think that bug 1213651 and bug bug 1202487 should help make this better.
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Reporter | ||
Comment 1•9 years ago
|
||
Works now. Not sure which bug has fixed this but the problem does not occur anymore.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•