@jimka/typescript-ui / core / Animation
Animation
Small helpers for playing CSS transitions on raw DOM elements.
Remarks
The framework's animation surface today is intentionally narrow: a single play(element, config) function that drives an entrance OR exit transition on one element, plus an isReducedMotion() predicate the call sites use to short-circuit. Both Notification and Dialog build their entrance/dismiss flows on top of this utility so the two-RAF flush, transition wiring, and transitionend-with-fallback bookkeeping live in one place.