TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Side-scrolling 8-bit site using HTML/CSS/JS

24 点作者 panozzaj超过 12 年前

3 条评论

bluetidepro超过 12 年前
This looks great! A nice feature to add would be to map the mouse wheel scroll with javascript to scroll horizontally, so you could also mouse wheel scroll through the site. It's a simple javascript snippet to add, if I remember correctly.<p>Link to do this functionality: <a href="http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse-wheel/" rel="nofollow">http://css-tricks.com/snippets/jquery/horz-scroll-with-mouse...</a>
pcwalton超过 12 年前
Great performance too, in Firefox especially (Chrome seems slightly choppier). Browsers put a lot of effort into optimizing scrolling these days (buffer rotation in desktop Gecko, tiles on mobile Safari/Chrome/Firefox), so structuring your interactions around it is an easy way to get excellent performance out of HTML.
ryalfalpha超过 12 年前
Great idea, cool website, good luck with the project! Looking forward to being able to use my N64 again without expletives due to the brittle controllers!