MCPcopy Index your code
hub / github.com/worrydream/Tangle / updateCursor

Function updateCursor

Examples/FilterExample.js:222–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

220 }
221
222 function updateCursor () {
223 var body = document.getElement("body");
224 if (isHovering || isDragging) { body.addClass("cursorDrag"); }
225 else { body.removeClass("cursorDrag"); }
226 }
227
228 function updateDynamicLabelsShowing () {
229 tangle.element.getElements(".showOnDrag").each( function (hideEl) {

Callers 1

updateRolloverEffectsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected