{{ message }}
Bug Fixes
- Auto Layout
- Fix auto layout not properly synced with onScroll, allowing controlling layout animations like this:
layout.animate({
autoplay: onScroll({
sync: true,
})
});layout.animate({
autoplay: onScroll({
sync: true,
})
});