MCPcopy Create free account
hub / github.com/bendc/animateplus / computeValue

Function computeValue

animateplus.js:13–14  ·  view source on GitHub ↗
(value, index)

Source from the content-addressed store, hash-verified

11const first = ([item]) => item;
12
13const computeValue = (value, index) =>
14 typeof value == "function" ? value(index) : value;
15
16
17// dom

Callers 3

createAnimationKeyframesFunction · 0.85
setSpeedFunction · 0.85
addAnimationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected