MCPcopy Index your code
hub / github.com/angular/angular / getStartTime

Function getStartTime

adev/src/app/features/home/animation/animation.ts:34–35  ·  view source on GitHub ↗
(r: AnimationRule<Styles | ParsedStyles>)

Source from the content-addressed store, hash-verified

32};
33
34const getStartTime = (r: AnimationRule<Styles | ParsedStyles>): number =>
35 r.timeframe ? r.timeframe[0] : r.at;
36
37const getEndTime = (r: AnimationRule<Styles | ParsedStyles>): number =>
38 r.timeframe ? r.timeframe[1] : r.at;

Callers 2

defineMethod · 0.85
updateFrameMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…