Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codrops/OnScrollShapeMorph
/ lerp
Function
lerp
js/utils.js:20–20 ·
view source on GitHub ↗
(a, b, n)
Source
from the content-addressed store, hash-verified
18
* @param {Number} n - amount to interpolate
19
*/
20
const
lerp = (a, b, n) => (1 - n) * a + n * b;
21
22
/**
23
* Gets the cursor position
Callers
1
render
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected