Referencia removeClass()

removeClass()

Removes a class from the element.

Ejemplos

Sintaxis

removeClass(class)

Parámetros

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!

Referencias Relacionadas