Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想重建这个网站http://tranquangvinh.com/alexey-brodovitch/作为 HTML 和 CSS 的良好实践。
你能帮我解释一下他是如何创建动画导航按钮的(当用户点击按钮时,按钮会向下滚动)?
您需要浏览一下该站点,阅读 JavaScript。他已经加载了 jQuery 库,看起来他正在使用另一个名为“slider.js”的 JS 文件来制作动画。您是否在 Firefox 或 Chrome 中安装了开发人员工具?用它们来查看链接的 JS 文件,你会看到有什么用一点点戳 :)