HyperFrames v0.8.74
By Steven Van ·
HyperFrames' docs now spell out why a missing data-no-timeline attribute adds a fixed 45-second wait to every render.
HyperFrames' documentation now explains a cost that was previously undocumented: a composition that never registers a GSAP timeline still makes the render producer wait for one. The producer polls for the timeline until it hits the player-ready-timeout, 45 seconds by default, and that wait is added to every render regardless of quality or media size.
Adding a data-no-timeline attribute to a timeline-free composition skips the wait; the lint command already reports a missing one as missing_data_no_timeline. The guidance is now spelled out in the troubleshooting guide and HTML schema reference.