v4.3.6
HumanAIGC/Cloth2Texv4.3.6Feb 13, 2026by juliangarnier
AI Summary
Fixes a regression in Auto Layout where animations controlled by `onScroll` were not properly synced with the layout.
Key Highlights
- Fixed auto layout sync with onScroll
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,
})
});
```