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

Method set

src/gsap-core.js:2653–2657  ·  view source on GitHub ↗
(targets, vars)

Source from the content-addressed store, hash-verified

2651 }
2652
2653 static set(targets, vars) {
2654 vars.duration = 0;
2655 vars.repeatDelay || (vars.repeat = 0);
2656 return new Tween(targets, vars);
2657 }
2658
2659 static killTweensOf(targets, props, onlyActive) {
2660 return _globalTimeline.killTweensOf(targets, props, onlyActive);

Callers 15

_positionMarkerFunction · 0.45
_shiftMarkerFunction · 0.45
ScrollTrigger.jsFile · 0.45
_getScrollNormalizerFunction · 0.45
_renderCSSPropFunction · 0.45
_renderPropWithEndFunction · 0.45
_renderRoundedCSSPropFunction · 0.45
_renderNonTweeningValueFunction · 0.45
_initTweenFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected