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

Function _sliceModifier

esm/MotionPathPlugin.js:212–216  ·  view source on GitHub ↗
(start, end)

Source from the content-addressed store, hash-verified

210 plugin._props.push(prop);
211},
212 _sliceModifier = function _sliceModifier(start, end) {
213 return function (rawPath) {
214 return start || end !== 1 ? sliceRawPath(rawPath, start, end) : rawPath;
215 };
216};
217
218export var MotionPathPlugin = {
219 version: "3.15.0",

Callers 1

Calls 1

sliceRawPathFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…