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

Method constructor

src/js/typeShuffle.js:19–21  ·  view source on GitHub ↗

* Constructor. * @param {Element} DOM_el - the char element ( )

(linePosition)

Source from the content-addressed store, hash-verified

17 * @param {Element} DOM_el - the char element (<span>)
18 */
19 constructor(linePosition) {
20 this.position = linePosition;
21 }
22}
23
24/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected