Elevator.js (2015)
11–20 of 88 posts
Stanley Parable Ultra Deluxe JavaScript Port?!
Re: Elevator.js (2015)
#12I give it 3.5 / 5. It needs to preload the audio at least shortly before I click the button for optimal experience.
Re: Elevator.js (2015)
#13No post body was provided.
Re: Elevator.js (2015)
#14Quoted post unavailable.
I bet your cats got really startled.
Re: Elevator.js (2015)
#15Re: Elevator.js (2015)
#16This should really be mandatory for any mall or office block website
Re: Elevator.js (2015)
#17Why? Can’t you just use anchor tags?
Re: Elevator.js (2015)
#18Why that audio? Scared, I could have spilled some fine coffee!
Re: Elevator.js (2015)
#19A very cute bit of coding. But: I've always wondered who uses these "back to the top" buttons, and why? Until quite recently I hardly ever had reason to go back to the top of the page—I was much more likely to click a link or click the back button—and if I did a quick tap of the home key or flick of the touchscreen usually did the trick. Conveniently, both gestures work even if you've not gotten all the way down to t…
Yeah, in the days where fixed nav at top is often used by default it is not as common to have TOP links any more. Recently I searched for a way to PREVENT going to the top clicking a link that only had JavaScript in it and always jumped back and forth due to AJAX page reload.
The solution[1] I found was using A no jump link.
[1]https://pilabor.com/blog/2021/03/html-and-css-tricks/#no-jum...