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

Function getEndTime

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

Source from the content-addressed store, hash-verified

35 r.timeframe ? r.timeframe[0] : r.at;
36
37const getEndTime = (r: AnimationRule<Styles | ParsedStyles>): number =>
38 r.timeframe ? r.timeframe[1] : r.at;
39
40const getEndStyles = (r: AnimationRule<ParsedStyles>): ParsedStyles =>
41 r.timeframe ? r.to : r.styles;

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…