Re: [css-houdini-drafts] [css-properties-values-api] Observer for property being applied?

Working with web components that control 3D scenes via CSS over the last few months and just finding this issue now and very excited to see this feature :smile: other solutions involve significant performance hits (polling + getComputedStyle) or fragile (MutationObservers), and other solutions for responding to style changes do not work when wanting side effects outside of the changed element (otherwise, Paint Worklets would suffice).

Are there any rough timelines or sketches for how this API would work? Any other information or resources regarding this feature?

-- 
GitHub Notification of comment by jsantell
Please view or discuss this issue at https://github.com/w3c/css-houdini-drafts/issues/555#issuecomment-426758291 using your GitHub account

Received on Wednesday, 3 October 2018 19:00:42 UTC