Consider doing animations of transforms on frames that are svg transformed off the main thread
Categories
(Core :: DOM: Animation, task)
Tracking
()
People
(Reporter: dzbarsky, Unassigned)
References
Details
Attachments
(1 obsolete file)
Reporter | ||
Comment 1•12 years ago
|
||
Updated•3 years ago
|
Comment 2•2 years ago
|
||
I think this could work now? Do you know what's the issue if we just remove this?
Comment 3•2 years ago
|
||
What David said in comment 11 is still true i.e. we haven't unified transform attributes and transform properties. Having said that it might well work now anyway. I guess we'd have to try it and see.
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
It needs custom parsing because transform attributes don't have units but CSS transform properties do.
Comment 6•2 years ago
|
||
Well sure but we already allow unitless lengths for all svg mapped attributes. But yeah cam mentioned the lack of commas in bug 878346 which might be more problematic.
Updated•1 year ago
|
Comment 7•1 year ago
|
||
The severity field is not set for this bug.
:bhood, could you have a look please?
For more information, please visit BugBot documentation.
Comment 8•1 year ago
|
||
works now.
Comment 9•10 months ago
|
||
This needs more work. I have a mochitest that fails without the patch I'm just going to attach.
Comment 10•10 months ago
|
||
Updated•10 months ago
|
Comment 11•10 months ago
|
||
Updated•10 months ago
|
Comment 12•10 months ago
|
||
Most SVG transforms happen on the compositor now. Those that don't are where we have a viewBox on the parent e.g. a symbol with a viewBox or an inner svg element with a viewBox.
We'd need to teach compositor how to handle these transforms to complete this bug.
Updated•10 months ago
|
Updated•1 month ago
|
Description
•