Release v4.3.6 · juliangarnier/anime · GitHub
Skip to content

v4.3.6

Latest

Choose a tag to compare

@juliangarnier juliangarnier released this 13 Feb 17:19

Bug Fixes

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