It's only for transforms by APZC.
Details
Details
- Reviewers
gw - Commits
- rMOZILLACENTRAL57b23bc537f2: Bug 1616140 - Rename append_dynamic_properties to…
- Bugzilla Bug ID
- 1616140
Diff Detail
Diff Detail
- Repository
- rMOZILLACENTRAL mozilla-central
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
Comment Actions
I'm unsure about this one - isn't it possible in the future that Gecko might want to use this API to update other properties (such as color properties)?
Comment Actions
For animations driven by CSS (or WebAnimation APIs) we use update_dynamic_properties. append_dynamic_properties is used to _apply_ transform effects based on the CSS transform animations. append means for that purpose.