stroll.js is a micro-library for creating subtle, scroll-based list and grid animations in modern browsers. It listens to scroll events and applies CSS transitions to elements as they come into or out of view, producing a lively, tactile feel for long lists. The idea is to make scroll-heavy UIs (like feeds, galleries, or item pickers) feel less flat without having to code complex intersection logic. Because it leans on CSS and simple JavaScript hooks, it stays small and easy to integrate into existing markup. ...