Hacker News new | ask | show | jobs
by plagiarist 933 days ago
Was it the first Resident Evil that had the little staircase and door opening animations between rooms? I remember not realizing they were masking disk reads. One of the best subtle UX of all time IMO.

Nowadays it takes regular websites like a full minute to load all the javascript so I've always made it partially into the article when ads start moving content around or I get inexplicably jumped back to the top. A pretty stark contrast.

1 comments

Yeah Resident Evil would play thematic music and creepy sound effects with a door loading animation. The way they did it almost added to the suspense of the game, so it worked fairly well. You would definitely hear the PSX grinding the CD motor overtime in loading screens though.

It's not JS taking a minute to load, it's just that ads are typically loaded async and from many different origins than the server hosting the site itself. Def worth using an ad blocker or something like Brave which does it by default.