MCPcopy
hub / github.com/terwanerik/ScrollTrigger / call

Method call

src/scripts/TriggerCollection.js:101–103  ·  view source on GitHub ↗

* Calls a function on all triggers * @param {(function())} callback

(callback)

Source from the content-addressed store, hash-verified

99 * @param {(function())} callback
100 */
101 call(callback) {
102 this.triggers.each(callback)
103 }
104}

Callers 4

_scrollCallbackMethod · 0.80
queryMethod · 0.80
checkVisibilityMethod · 0.80
_toggleCallbackMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected