removeEffects( )


Removes one or more of an element's effects.

This function removes an element's previously applied effects. Once you remove an effect, it's unapplied from an element and is no longer visible on your site.

You can find the names of the effects defined for an element using the allEffects property.

Note: This function can only be used in Wix Studio.

Method Declaration
Copy
Method Parameters
effectsArray<string>Required

The names of the effects to remove. These are the names defined when creating the effects.

Was this helpful?
Yes
No