v4.3.6
juliangarnier/animev4.3.6Feb 13, 2026by juliangarnier
AI Summary
Bug fix release addressing Auto Layout synchronization with onScroll functionality, enabling proper control of layout animations when using scroll-based playback.
Key Highlights
- Fix auto layout not properly synced with onScroll
- Enable controlling layout animations with onScroll sync option
Full Release Notes
## Bug Fixes
- **Auto Layout**
- Fix auto layout not properly synced with onScroll, allowing controlling layout animations like this:
```js
layout.animate({
autoplay: onScroll({
sync: true,
})
});
```