Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Animated hint to show that filters can be scrolled to the left when first viewed #228

Closed
damianmoore opened this issue Apr 14, 2021 · 2 comments
Assignees
Labels
Milestone

Comments

@damianmoore
Copy link
Collaborator

Some users on all devices are not realising they can scroll horizontally to get to more filters. We should show an animation the first time they view the filters, scrolling about 200px and then back again to the start. This animation should last about 1 second.

Use useLocalStorageState hook as used elsewhere to store whether this animation has been shown as we never want to show it again on that device.

The animation/transition itself can be performed through CSS with keyframes triggered by adding a className from React

Note that users on small screens will not see these filters by default. For these users the animation would only display once they have expanded the search area for the first time.

@damianmoore damianmoore added this to the 1.0 milestone Apr 14, 2021
@GyanP
Copy link
Collaborator

GyanP commented May 6, 2021

I have completed the task and pushed on branch "228-auto-scroll".

@damianmoore
Copy link
Collaborator Author

Merged as of edb77fd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants