MCPcopy 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

1import {calcVelocity, continueMotion} from '../../src/motion';
2
3describes.sandboxed('Motion calcVelocity', {}, () => {
4 it('should dampen velocity when prevVelocity is 0', () => {

Callers

nothing calls this directly

Calls 6

calcVelocityFunction · 0.90
expectFunction · 0.85
beforeEachFunction · 0.85
testContinuationFunction · 0.85
itFunction · 0.50
pushMethod · 0.45

Tested by

no test coverage detected