Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
199
const
ease = ({easing, amplitude, period}, progress) =>
200
easings[easing](progress, amplitude, period);
201
202
203
// keyframes composition
Callers
1
tick
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected