Summary
- CSS keyframe animations for HyperFrames with deterministic seeking and preview support.
- Animates single elements with fixed duration and iteration count; use GSAP for multi-element choreography Requires data-start and data-duration attributes for timeline synchronization; supports finite animation-iteration-count and animation-fill-mode: both Adapter discovers animated elements by computed animation-name and seeks browser Animation handles, falling back to negative animation-delay in unsupported environments Best for decorative loops, shimmer, glow, masks, and entrance effects; avoid infinite animations, layout property changes, and user-event-triggered state