DunoLabs / invoicetor-landing

Build beautiful invoices for your business in no time 📜
https://invoicetor.works
MIT License
10 stars 2 forks source link

👉🏻 REQUEST: Made scroll back to top button smooth #26

Closed AnshuPathak-88825 closed 1 year ago

AnshuPathak-88825 commented 1 year ago

Is there an existing issue for this?

Is your feature request related to a problem? Please describe.

when we add this feature it made better user experience

Describe the solution you'd like

Required to made scroll smooth Screenshot (392)

Describe alternatives you've considered

No response

Additional context

No response

AnshuPathak-88825 commented 1 year ago

pls assign me this issue with hacktoberfest label @wh0sumit

Ankita-278 commented 1 year ago

pls assign this issue to me?

wh0sumit commented 1 year ago

@AnshuPathak-88825 & @Ankita-278 could you both explain how to create a smooth scrolling effect in simple words??

immayurpanchal commented 1 year ago

@AnshuPathak-88825 & @Ankita-278 could you both explain how to create a smooth scrolling effect in simple words??

As per my understanding, we want to scroll user to the top with smooth scrolling. That can be achieved using one line of CSS statement

scroll-behavior: smooth;

@wh0sumit , I've raised the PR for the same. Please have a look and let me know in case of any doubt.

AnshuPathak-88825 commented 1 year ago

@wh0sumit Added smooth scrolling feature pls merge it

wh0sumit commented 1 year ago

Do not raise unnecessary pull requests, wait for maintainers to assign before submitting a PR.

this is the wrong way to contribute. You should first learn how to contribute if you're a beginner.

AnshuPathak-88825 commented 1 year ago

Hey @wh0sumit pls assign me this issue

wh0sumit commented 1 year ago

I'll assign this issue to you, but first, you have to explain to me how to create a smooth scrolling effect in simple word.

AnshuPathak-88825 commented 1 year ago

In css if we add scroll-behavior: smooth; in html tag that make smooth scroll @wh0sumit

wh0sumit commented 1 year ago

This issue has been resolved with the new PR!