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

Function _renderNonTweeningValueOnlyAtEnd

esm/CSSPlugin.js:59–61  ·  view source on GitHub ↗
(ratio, data)

Source from the content-addressed store, hash-verified

57 return data.set(data.t, data.p, ratio ? data.e : data.b, data);
58},
59 _renderNonTweeningValueOnlyAtEnd = function _renderNonTweeningValueOnlyAtEnd(ratio, data) {
60 return data.set(data.t, data.p, ratio !== 1 ? data.b : data.e, data);
61},
62 _setterCSSStyle = function _setterCSSStyle(target, property, value) {
63 return target.style[property] = value;
64},

Callers

nothing calls this directly

Calls 1

setMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…