Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ampproject/amphtml
/ test-motion.js
File
test-motion.js
test/unit/test-motion.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{calcVelocity, continueMotion} from
'../../src/motion'
;
2
3
describes.sandboxed(
'Motion calcVelocity'
, {}, () => {
4
it(
'should dampen velocity when prevVelocity is 0'
, () => {
Callers
nothing calls this directly
Calls
6
calcVelocity
Function · 0.90
expect
Function · 0.85
beforeEach
Function · 0.85
testContinuation
Function · 0.85
it
Function · 0.50
push
Method · 0.45
Tested by
no test coverage detected