Closed
Bug 1776424
Opened 3 years ago
Closed 3 years ago
`linear(...)` easing: Pausing/Unpausing causes jumps
Categories
(DevTools :: Inspector: Animations, defect)
DevTools
Inspector: Animations
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1776422
People
(Reporter: dshin, Unassigned)
References
Details
STR:
- Enable about:config pref layout.css.linear-easing-function.enabled
- Navigate to https://ffx-devtools-linear-animation-timing-function.glitch.me/
- Launch inspector
- Select the div with linear(...) animation enabled with id linear
- Go to the Animation tab
- Pause/Unpause the animation
Expected Behaviour: The element should pause and unpause close to the location it was at when the command was issued. This works for cubic bezier.
Actual Behaviour: The element jumps to locations seemingly unrelated to where it was.
Reporter | ||
Comment 1•3 years ago
|
||
If you highlight the div (Which doesn't match the actual div as per bug 1776422), that matches the location the div jumps to.
Reporter | ||
Comment 2•3 years ago
|
||
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•