Open
Bug 1110739
Opened 10 years ago
Updated 2 years ago
Link from the animation inspector to the style-editor
Categories
(DevTools :: Inspector: Animations, enhancement, P3)
DevTools
Inspector: Animations
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Depends on 1 open bug)
Details
In case the animation currently being inspected in the new animation inspector panel is a CSS animation or CSS transition, there should be a link in there to switch over the style-editor panel and jump to the relevant line.
A little bit like there are filename+line number links in the rule-view.
Reporter | ||
Updated•10 years ago
|
Reporter | ||
Comment 1•9 years ago
|
||
- Bug 1180134 will give the inspector a way to know if what it's displaying is a Transition or an Animation.
- Bug 1122416 will give a way to get a link to the CSSKeyFramesRule.
- The computed-view already knows how to link from a computed property value (the animation-name or transition-property for example) to a given css rule.
So, with all this, I believe we have enough to fix this bug.
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Comment 2•9 years ago
|
||
Inspector bug triage. Filter on CLIMBING SHOES.
Severity: normal → enhancement
Priority: -- → P3
Updated•6 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
•