Skip to content

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 14 Jun 13:32
· 4 commits to main since this release
134fee7

Fixed

  • visibility now tolerates near-1 intersection ratios. The shared
    IntersectionObserver requests callbacks just below full containment, and the
    visibility source confirms full visibility from the entry geometry instead of
    requiring an exact intersectionRatio === 1. This fixes scroll-triggered
    reveal examples that could get stuck on Firefox mobile when the browser reports
    a ratio fractionally below 1.