交互式图片360度旋转jQuery插件:Rollerblade

jopen 10年前

一个jQuery插件,用于创建一个可交互的360度图像旋转体。可以轻松地让您的网页访问者以360度的观看体验来了解您的产品,图像或其他任何你能想到内容。

  $(document).ready(function(){        // You can specify an array of images outside of the rollerblade method,      // and then pass it in, as so:        var arrayOfImages = [        'path/to/image/1.jpg',        'path/to/image/2.jpg',        'path/to/image/3.jpg',        'path/to/image/4.jpg',        'and/so/on.jpg'      ]        $("#target").rollerblade({imageArray:arrayOfImages});        // OR you can create the array directly in the options object, as so:        $("#target").rollerblade({imageArray:[        'path/to/image/1.jpg',        'path/to/image/2.jpg',        'path/to/image/3.jpg',        'path/to/image/4.jpg',        'and/so/on.jpg'      ]});      })

交互式图片360度旋转jQuery插件:Rollerblade

项目主页:http://www.open-open.com/lib/view/home/1408790783194