Open
Bug 1211928
Opened 9 years ago
Updated 2 years ago
Make the keyframes editable in the animation-inspector
Categories
(DevTools :: Inspector: Animations, enhancement, P3)
DevTools
Inspector: Animations
Tracking
(Not tracked)
NEW
People
(Reporter: pbro, Unassigned)
References
(Blocks 1 open bug)
Details
Bug 1197100 adds a keyframes diagram to the animation-inspector that displays all keyframes in an animation on a line.
If the animation is a CSSAnimation, then we should be able to modify it by adding keyframes, removing keyframes or editing the position of a keyframe.
For CSSTransition we shouldn't be able to obviously.
For element.animate() animations, I'm not too sure because although for CSSAnimations we can modify the CSS by adding code to it and giving it back to the user via the devtools, I don't see how we could do this for script generated animations.
We could still modify the running animation by using the web animations API, but this modification would only live in the browser and be lost on page reload.
Reporter | ||
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Component: Developer Tools: Inspector → Developer Tools: Animation Inspector
Reporter | ||
Updated•9 years ago
|
Severity: normal → enhancement
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
•