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

Function ease

animateplus.js:199–200  ·  view source on GitHub ↗
({easing, amplitude, period}, progress)

Source from the content-addressed store, hash-verified

197};
198
199const ease = ({easing, amplitude, period}, progress) =>
200 easings[easing](progress, amplitude, period);
201
202
203// keyframes composition

Callers 1

tickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected