Reference removeClass()

removeClass()

Removes a class from the element.

Examples

Syntax

removeClass(class)

Parameters

class
String: name of class to remove.
Notice any errors or typos? Please let us know. Please feel free to edit src/dom/p5.Element.js and open a pull request!

Related References