breeze
breeze copied to clipboard
💨 A tiny library to transition your DOM elements as they become visible in the viewport.
- [ ] expose the `breeze-threshold` directive - [ ] calculate if an element is taller than the viewport, and adjust any provided threshold to ensure it is always triggered
## Use Case - scroll down to reveal an element - once that element exits the viewport `invisible` is toggled to true once more - when scrolling back up to...
Breeze is currently registering a new Observer for each element in `onEntrance`. If possible, Breeze should register an observer as a singleton, and call observe on the singleton for any...
The `x-breeze-to` directive is broken when used on it's own. ``` This will not animate. ```
Most of the time entrances need to be timed with other entrances. Using `delay-` is a decent workaround, but in Tailwind land, you're immediately limited by the number of delay...