在 jquery 中制作此效果(Apple Final Cut 功能)
有人知道如何重新创建此页面上看到的效果吗?
http://www.apple.com/finalcutpro/all-features/
当您可以看到,单击屏幕左侧的项目会导致主要内容滚动到相应的部分,而不刷新。
特别是看滚动效果。
Anyone have an idea how to recreate the effects seen on this page?
http://www.apple.com/finalcutpro/all-features/
As you can see, clicking an item on the left side of the screen causes the main content to scroll to the appropriate section, with no refresh.
In particular, look at the scrolling effect.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
检查 jQuery 上的“scrollTo()”和“animate”。
简单的 Google 搜索“scroll to name jquery”或“scroll to div jquery”将为您提供大量结果和示例
check "scrollTo()" and "animate" on jQuery.
a simple goolge search for "scroll to name jquery" or "scroll to div jquery" will give you plenty results and examples