滑动和褪色效果
How do I come up with this, the sidebar and the top sliding bit:
Scriptaculous or jQuery, etc.
I'd like this for one of my pages on my website to do the effects on load.
Thanks :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在Apple 网站上,它是使用带有“幻灯片”和“淡入淡出”效果的Scriptaculous 完成的。他们还使用专有的“-webkit-transition-delay”CSS 命令来延迟侧面导航项的滑动效果。但由于它是 webkit 独有的 CSS 属性,因此效果与 Firefox 等浏览器不同。
您可以使用 Effect.SlideUp() 函数获得类似顶部导航的简单效果。
On the Apple website it is done using Scriptaculous with the "slide" and "fade" effects. They also use the prorietary "-webkit-transition-delay" CSS command to delay the slide effect on the side navigation items. But as it is a webkit only CSS property, the effect is diffrent to browsers like Firefox.
A simple effect like in the top navigation you can get by using the function Effect.SlideUp().