Jeff Sagal

Results 16 issues of Jeff Sagal

- [ ] 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

bug

## 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...

enhancement

The `x-breeze-to` directive is broken when used on it's own. ``` This will not animate. ```

bug

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...

enhancement

First - Thanks for the awesome product. It's done amazing things for my workflow and the end product I deliver. ``` javascript /* * Application file for xxx.com. See list...

_Vue 3 support is currently on the `beta` release channel. This issue will track the state of progress to the `v4` release of the component with support for Vue 3....

RFC
vue 3

- [ ] CSS Custom Properties for all scss variables - [ ] Add https://github.com/postcss/postcss-custom-properties

**Is your feature request related to a problem? Please describe.** There's not currently a way to completely overwrite the default dropdown menu using scoped slots. The `list-header` and `list-footer` slots...

RFC
slots