Join Slack
Powered by
Hello, I have a quick question about a CSS propert...
# javascript
d
Dirk
03/06/2023, 12:54 PM
Hello, I have a quick question about a CSS property. In the PropertiesBuilder from csstype I would like to set willChange to transform. But willChange = ident("transform") is marked as invalid. What is the correct way to set the property?
t
turansky
03/06/2023, 7:23 PM
Looks like
issue
😉
turansky
03/06/2023, 11:47 PM
Fix expected in
next release
turansky
03/07/2023, 9:19 AM
Fix released in
pre.509
d
Dirk
03/07/2023, 10:44 AM
Thank you very much for the quick solution! 👍 The new version is already in use.
t
turansky
03/07/2023, 12:19 PM
And you can use
PropertyName
enum instead of string
d
Dirk
03/07/2023, 1:24 PM
Good tip, I didn't know that
7
Views
Open in Slack
Previous
Next