Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/impress/impress.js
/ interpolate
Function
interpolate
js/impress.js:632–634 ·
view source on GitHub ↗
( a, b, k )
Source
from the content-addressed store, hash-verified
630
631
// Helper function
632
var
interpolate =
function
( a, b, k ) {
633
return
a + ( b - a ) * k;
634
};
635
636
// Animate a swipe.
637
//
Callers
1
swipe
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected