MCPcopy Create free account
hub / github.com/codrops/TypeShuffleAnimation / set

Method set

src/js/typeShuffle.js:64–67  ·  view source on GitHub ↗

* @param {string} value

(value)

Source from the content-addressed store, hash-verified

62 * @param {string} value
63 */
64 set(value) {
65 this.state = value;
66 this.DOM.el.innerHTML = this.state;
67 }
68}
69
70/**

Callers 2

clearCellsMethod · 0.80
loopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected