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

Function _getLabelAtDirection

esm/ScrollTrigger.js:265–269  ·  view source on GitHub ↗
(timeline)

Source from the content-addressed store, hash-verified

263 };
264},
265 _getLabelAtDirection = function _getLabelAtDirection(timeline) {
266 return function (value, st) {
267 return _snapDirectional(_getLabelRatioArray(timeline))(value, st.direction);
268 };
269},
270 _multiListener = function _multiListener(func, element, types, callback) {
271 return types.split(",").forEach(function (type) {
272 return func(element, type, callback);

Callers 1

ScrollTrigger.jsFile · 0.70

Calls 2

_snapDirectionalFunction · 0.70
_getLabelRatioArrayFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…