MCPcopy Create free account
hub / github.com/editablejs/editable / getAnimationName

Function getAnimationName

packages/ui/src/presence.tsx:142–144  ·  view source on GitHub ↗
(styles?: CSSStyleDeclaration)

Source from the content-addressed store, hash-verified

140/* -----------------------------------------------------------------------------------------------*/
141
142function getAnimationName(styles?: CSSStyleDeclaration) {
143 return styles?.animationName || 'none'
144}
145
146export { Presence }
147export type { PresenceProps }

Callers 3

usePresenceFunction · 0.85
handleAnimationEndFunction · 0.85
handleAnimationStartFunction · 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…