@bendyline/squisq-react 2.4.0 → 2.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -125,6 +125,10 @@ Interactive mount:
125
125
 
126
126
  For headless capture, add `renderMode: true`, then await
127
127
  `handle.renderAPI` before calling `seekTo()` or reading render metadata.
128
+ `seekTo()` resolves only after React has committed the requested visual time,
129
+ CSS animations have been positioned, active video has produced its sought
130
+ frame, and one final paint opportunity has completed. `getRenderedTime()`
131
+ returns the timeline time represented by the committed DOM.
128
132
  TypeScript hosts can import `MountOptions` and `SquisqPlayerHandle` from the
129
133
  package root.
130
134