如何使用 360° 创建应用程序看法?
我想显示一个360度视图的盒子,比如这个链接(http://www.mathieusavard.info/thirdsixty/demo.html)的这个功能用jquery编写,我想在iphone上实现这个功能,但我不知道该怎么做,有人可以帮助我吗?谢谢
i want to show a box with 360 degrees view,such as like this function of this link (http://www.mathieusavard.info/threesixty/demo.html) written in jquery,and i want to do this function on iphone,but i do not know how to do it,so can anybody help me?thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要首先像这样创建关键帧
http://www.enchant.com/rapid-elearning/wp-content/uploads/2008/01/keyframes-thumb.jpg
所有图像的尺寸应相同,例如 100 x 100
为这些图像命名,以便您可以在循环时使用它们,名称可以是animation1.png、animation2.png等
在 slider 上,您可以调用此方法。
因此,当值发生变化时,请相应地更改图像视图中的图像。
You need to create Key frames first like this
http://www.articulate.com/rapid-elearning/wp-content/uploads/2008/01/keyframes-thumb.jpg
All the images should be same size for instance 100 x 100
Name these images so you can use them while looping the name can be like animation1.png, animation2.png etc
On a slider you can call this.
So while the value is changing change images in your image view accordingly.