-
Notifications
You must be signed in to change notification settings - Fork 15
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
Horizontal scrolling [FEATURE] #28
Comments
@abhiandthetruth Sir, what are your views on this feature. |
@ABHAY0O7 can you give links to some existing websites? So that we can try it out live and decide. Thanks for the suggestion |
Ya sure @abhiandthetruth, And you can find more such websites here or also simply on google. |
Ok I see @ABHAY0O7 you do have a point. This can be included, but to be good, we might require some designers which are not available currently. Are you willing to take up the job to implement this? For the implementation part I would recommend a toggle like in dark/light mode as you mentioned previously. |
Sorry, @abhiandthetruth sir, Thank you |
Ok. This issue is open for anyone good enough to implement the aforementioned feature. |
Nowadays, there is a new trend to represent your website in a horizontal scroll mode.
It gives users something different and new experience with the website(something like hattke).
<!__ Ways to implement __>
We know that this is a new trend so maybe some users didn't like that so we can either ask the user before opening the website which mode they prefer or we can just implement a switch for that just like dark and light mode and personally, I prefer the second option.
And definitely, we can make the website a completely horizontal scroll only.
<!__ How to implement __>
This can be implemented directly using the CSS only but sometimes this method may fail so one should go with the native javascript and can implement this feature.
Thank you
Abhay
The text was updated successfully, but these errors were encountered: