Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ getEndStyles
Function
getEndStyles
adev/src/app/features/home/animation/animation.ts:40–41 ·
view source on GitHub ↗
(r: AnimationRule<ParsedStyles>)
Source
from the content-addressed store, hash-verified
38
r.timeframe ? r.timeframe[1] : r.at;
39
40
const
getEndStyles = (r: AnimationRule<ParsedStyles>): ParsedStyles =>
41
r.timeframe ? r.to : r.styles;
42
43
/**
44
* CSS animation player/processor.
Callers
1
updateFrame
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected