| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 2.10.0 source code.tar.gz | 2026-03-04 | 1.2 MB | |
| 2.10.0 source code.zip | 2026-03-04 | 1.2 MB | |
| README.md | 2026-03-04 | 520 Bytes | |
| Totals: 3 Items | 2.5 MB | 6 | |
This release modernizes the "scroll spy" mechanism to use an intersection observer instead of a window on-scroll handler. This also supports triggering animation when the target element becomes visible for other reasons like a modal opening or a parent div becoming visible, so several options have been renamed and old ones deprecated:
enableScrollSpy-->autoAnimatescrollSpyDelay-->autoAnimateDelayscrollSpyOnce-->autoAnimateOnce
In addition, an onDestroy() cleanup method was added.