hannadrehman / stories-react

Instagram stories implementation in ReactJs
MIT License
51 stars 12 forks source link

Show a right & left custom arrow when hovering on the stories #18

Open deadcoder0904 opened 2 years ago

deadcoder0904 commented 2 years ago

Is your feature request related to a problem? Please describe. i would like a right-arrow like ➡️ & left-arrow like ⬅️ (the arrow looks different in the article so check the article below)

Describe the solution you'd like i want it to look like the story at the bottom of this article → https://qz.com/2129242/google-docs-shortcuts-that-will-boost-productivity/

Describe alternatives you've considered probably hovering over a classname but don't know if there's anything that allows to hover

Additional context helps to navigate around another story manually.

also, would love if we can disable timing so you can only click to move to the next story. don't know if it's possible currently!

hannadrehman commented 2 years ago

we can allow to render custom right and left navigation. but it will not change anything related to auto next of the story

S-Simon commented 3 months ago

@hannadrehman is it possible to disable progressing to the next story automatically (so the user can only progress with a tap/click)?

thanks in advance!