MCPcopy
hub / github.com/vuejs/core / getStyleProperties

Function getStyleProperties

packages/runtime-dom/src/components/Transition.ts:410–411  ·  view source on GitHub ↗
(key: StylePropertiesKey)

Source from the content-addressed store, hash-verified

408 >
409 // JSDOM may return undefined for transition properties
410 const getStyleProperties = (key: StylePropertiesKey) =>
411 (styles[key] || '').split(', ')
412 const transitionDelays = getStyleProperties(`${TRANSITION}Delay`)
413 const transitionDurations = getStyleProperties(`${TRANSITION}Duration`)
414 const transitionTimeout = getTimeout(transitionDelays, transitionDurations)

Callers 1

getTransitionInfoFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected