vuetifyjs / vuetifyjs/vuetify

[Feature Request] Emit event when v-app-bar reacts to any of the scroll props

Open
#14,484 0 comments 4 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

C: VAppBar T: feature
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.