You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a paint worklet that has a few color properties that I'd like to animate. But I don't like that I have to declare the property types in a separate css file. I'd prefer them in the same worker file so they are nicely bundled.
Maybe I'm missing something but I don't think there is currently any way to register properties from within a worklet.
The text was updated successfully, but these errors were encountered:
https://drafts.css-houdini.org/css-paint-api/#paint-worklet
I have a paint worklet that has a few color properties that I'd like to animate. But I don't like that I have to declare the property types in a separate css file. I'd prefer them in the same worker file so they are nicely bundled.
Maybe I'm missing something but I don't think there is currently any way to register properties from within a worklet.
The text was updated successfully, but these errors were encountered: