Jquery 动画圆形导航
我有一个朋友正在寻找以下类型的导航。他们将其解释为中间的徽标,然后其他徽标围绕它“旋转”。当其他徽标移动时,您可以选择“它”,它将带您进入页面。
谁能推荐实现这一目标的最佳方法?从哪里开始呢。有任何演示可以给我看吗? 我能想到的最接近实现这一目标的可能是某种 Jquery 3d 轮播,但这不是他们想要实现的。
我已链接到图像作为他们正在寻找的内容的示例: http://tinypic.com/r/ibaptv/7
I have a friend who is looking for the following sort of navigation. They have explained it as the logo in the middle and then the other logos ‘orbiting’ around it. As the other logos move around you can select ‘it’ and it will take you to the pages.
Can anyone recommend the best way to achieve this? where to start with this. Any demo’s anyone can show me?
The closest thing I can think to accomplish this might be some sort of Jquery 3d carousel, however this isn’t what they are looking to achieve.
I have linked to an image as an example of what they are looking for:
http://tinypic.com/r/ibaptv/7
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以尝试使用正弦和余弦函数对顶部和左侧元素进行动画处理,以创建圆周运动。
我会测试一些并回复你
You could try animating their top and left element using the sine and cosine functions to create the circular motion.
I'll test some and get back to you