MCPcopy
hub / github.com/greensock/GSAP / _createElement

Function _createElement

esm/utils/PathEditor.js:58–60  ·  view source on GitHub ↗
(type)

Source from the content-addressed store, hash-verified

56 }
57},
58 _createElement = function _createElement(type) {
59 return _doc.createElementNS ? _doc.createElementNS("http://www.w3.org/1999/xhtml", type) : _doc.createElement(type);
60},
61 _createSVG = function _createSVG(type, container, attributes) {
62 var element = _doc.createElementNS("http://www.w3.org/2000/svg", type),
63 reg = /([a-z])([A-Z])/g,

Callers 1

_initCoreFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…