How can I update a "Blur" effect dynamically?

I have a table, which has a blur applied from the Design > Effects > Filter Effects > Blur.

How can I remove / update this value dynamically? Through code, or through some action?

I cannot assign a dynamic state value to the blur for some reason.

Thanks

You can create variants to update styles dynamically. For example, you could create a variant of the table component with a Blur style. When certain conditions are met, you can activate this variant.

Thank you Sarah!

This solved my query perfectly :slight_smile:

1 Like