[Feature Request] Emit event when v-app-bar reacts to any of the scroll props
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 41k
- Forks
- 7.1k
- Avg merge
- 1d 21h
- Merged PRs (30d)
- 11
Description
Problem to solve
Developers might need to add further animations or use their own hooks when v-app-bar component reacts to any of the props that react on scroll are used (hide-on-scroll, elevate-on-scroll, etc... )
Proposed solution
As the scroll threshold the app bar component uses is not always the same, it would be great to have an event emitted by the component, so users can sync animations or their own hooks in a predictable way.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the v-app-bar component and how its scroll-related props, such as hide-on-scroll and elevate-on-scroll, react to thresholds. Determine the event contract and verify that it is emitted whenever those scroll reactions occur, including when the threshold differs.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100