v4.3.6
Fixed 1
- Fix auto layout not properly synced with onScroll, allowing controlling layout animations with sync option
From anime
Bug Fixes
- Auto Layout
- Fix auto layout not properly synced with onScroll, allowing controlling layout animations like this:
layout.animate({
autoplay: onScroll({
sync: true,
})
});