Open
Bug 1838134
Opened 2 years ago
Updated 2 years ago
Move the normalization of SVGPathData to ToAnimatedValue
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
NEW
People
(Reporter: boris, Unassigned)
References
(Blocks 1 open bug)
Details
We always do normalization in animate() for SVGPathData. It's not good. Since we start to convert the computed value into animated value for animation in Bug 1837305, we may move the normalization into to_animated_value(), so we can avoid a lot of redundant normalization.
| Reporter | ||
Updated•2 years ago
|
Summary: Move the normalization to ToAnimatedValue → Move the normalization of SVGPathData to ToAnimatedValue
You need to log in
before you can comment on or make changes to this bug.
Description
•