问题描述
我实际上无法解释其功能.我想以球形形式旋转链接.访问此 http://www.chemicalformula.org/.在此站点上,请参阅页面左中角的化学式"区域,其中链接以球形,圆形的形式旋转.我想要在ASP.net应用程序中使用jQuery/jQuery的此功能.我可以实现吗?
I cannot explain the functionality actually. I want to rotate the links in spheric form. Visit this http://www.chemicalformula.org/. On this site, see the region "Chemical formulas" in middle-left of the page, where links are rotating in spheric, circular form. I want this functionality using jQuery / jQuery in ASP.net application. Can I achieve this ?
推荐答案
对于伪3D,您需要进行一些旋转矩阵计算. http://en.wikipedia.org/wiki/Rotation_matrix
For the Pseudo 3D you need to do some rotation matrix calculations.http://en.wikipedia.org/wiki/Rotation_matrix
我无法回答您是否可以实现这一目标的问题.
I can't answer the question whether or not you can achieve this . .
但是我相信它的代码有很多形式.
But I believe the code for this is available in many forms.
http://plugins.jquery.com/project/tag-sphere
http://plugins.jquery.com/plugin-tags/cloud
http://www.devirtuoso.com/2009/08/how-to-create-a-3d-tag-cloud-in-jquery/
还有更多.
这篇关于如何在jQuery中创建旋转标签云的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!