Elevator.js – A “back to top” button that behaves like a real elevator
11–20 of 336 posts
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#12This is pretty funny, but God do I hate back to the top buttons. I'm reading a story on a page with a back to the top button. I get distracted in real life and change the grip on my phone. I look back at my phone to continue reading and I'm at the top of the page. Now I have to find where I was again. I've probably lost more time from accidentally hitting the back to the top button than the button has saved me time.…
I’m not sure I’ve ever clicked (or tapped) one of those buttons. The same complaint applies to share bars, and honestly, sticky headers as well. I really prefer to just read the content and let my browser handle the chrome.
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#13Re: Elevator.js – A “back to top” button that behaves like a real elevator
#14Re: Elevator.js – A “back to top” button that behaves like a real elevator
#15This is pretty funny, but God do I hate back to the top buttons. I'm reading a story on a page with a back to the top button. I get distracted in real life and change the grip on my phone. I look back at my phone to continue reading and I'm at the top of the page. Now I have to find where I was again. I've probably lost more time from accidentally hitting the back to the top button than the button has saved me time.…
I really hate them on iOS, because the system comes with back-to-top functionality so all these buttons are doing are looking ugly and covering part of the page. And don’t even get me started on when AMP breaks scrolling…
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#16This is pretty funny, but God do I hate back to the top buttons. I'm reading a story on a page with a back to the top button. I get distracted in real life and change the grip on my phone. I look back at my phone to continue reading and I'm at the top of the page. Now I have to find where I was again. I've probably lost more time from accidentally hitting the back to the top button than the button has saved me time.…
I really hate them on iOS, because the system comes with back-to-top functionality so all these buttons are doing are looking ugly and covering part of the page. And don’t even get me started on when AMP breaks scrolling…
Tapping the top of the page again takes you back to your scroll position! Incredibly useful for recovering from accidental taps, and I kind of wish iOS would copy it, since it happens more often than I’d like.
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#17Earlier quoted context omitted.
I really hate them on iOS, because the system comes with back-to-top functionality so all these buttons are doing are looking ugly and covering part of the page. And don’t even get me started on when AMP breaks scrolling…
For anyone else who was wondering, you can tap the top of the address bar on iOS Safari. I think it has to be expanded first. I didn’t know that and hope it helps.
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#18Re: Elevator.js – A “back to top” button that behaves like a real elevator
#19Earlier quoted context omitted.
I really hate them on iOS, because the system comes with back-to-top functionality so all these buttons are doing are looking ugly and covering part of the page. And don’t even get me started on when AMP breaks scrolling…
For anyone else who was wondering, you can tap the top of the address bar on iOS Safari. I think it has to be expanded first. I didn’t know that and hope it helps.
Re: Elevator.js – A “back to top” button that behaves like a real elevator
#20I think other than being kitchy, the part I love the most is NO FRAMEWORK: plain js. No pre/mid/post/art-deco processor that turns 4 hours of work into 40 hours.
So question if you're a frontend engineer: Should I? I never felt the need of a framework despite I render quite a bit of dom elements. Do I have a need that I just don't know right now?