threesixty-slider

jQuery 360 image slider plugin

  • 所有者: creativeaura/threesixty-slider
  • 平台:
  • 许可证:
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

Hello All, I am not maintaining this plugin anymore.

Three Sixty Image slider plugin

Three Sixty Image slider plugin v2.0.5

Bitdeli Badge
Build Status
Gitter

This is a jQuery plugin to create 360 degree product image slider. The plugin is full customizable with number of options provided. The plugin have the power to display images in any angle 360 degrees. This feature can be used successfully in many use cases e.g. on an e-commerce site to help customers look products in detail, from any angle they desire.

Features

  • Smooth Animation
  • Plenty of option parameters for customization
  • Api interaction
  • Simple mouse interaction
  • Custom behavior tweaking
  • Support for touch devices
  • Easy to integrate
  • No flash
  • Plugin integration

Plugins

Installation

Git

git clone https://github.com/creativeaura/threesixty-slider.git

Or install using bower

bower install threesixty-slider

Example 1

Javascript

window.onload = init;

var product;
function init(){

    product1 = $('.product1').ThreeSixty({
        totalFrames: 72, // Total no. of image you have for 360 slider
        endFrame: 72, // end frame for the auto spin animation
        currentFrame: 1, // This the start frame for auto spin
        imgList: '.threesixty_images', // selector for image list
        progress: '.spinner', // selector to show the loading progress
        imagePath:'assets/product1/', // path of the image assets
        filePrefix: 'ipod-', // file prefix if any
        ext: '.jpg', // extention for the assets
        height: 265,
        width: 400,
        navigation: true,
        disableSpin: true // Default false
    });

}

HTML Snippet

<div class="threesixty product1">
    <div class="spinner">
        <span>0%</span>
    </div>
    <ol class="threesixty_images"></ol>
</div>

Here we are initializing an image slider for product 1. The ThreeSixty class constructor require a config object with properties like totalFrame, endFrame and currentFrame

Documentation

Methods

Public methods to control the slider after initialization.

Config

Here are the list of config value you can pass in while you initilize your 360 slider.

Demo

Browsers Supported

Browsers Supported

This plugin is supported in all browsers including our beloved IE 6

Support

For support and question please contact at gaurav@jassal.me or follow at @gauravjassal

LICENSE

Copyright 2013 Gaurav Jassal

Released under the MIT and GPL Licenses.

主要指标

概览
名称与所有者creativeaura/threesixty-slider
主编程语言JavaScript
编程语言JavaScript (语言数: 3)
平台
许可证
所有者活动
创建于2012-12-18 15:15:29
推送于2018-11-18 07:34:10
最后一次提交2016-06-20 15:16:46
发布数6
最新版本名称v2.0.5 (发布于 2015-01-06 21:17:34)
第一版名称v1.0.9 (发布于 2014-05-12 12:56:09)
用户参与
星数855
关注者数64
派生数233
提交数136
已启用问题?
问题数80
打开的问题数38
拉请求数11
打开的拉请求数5
关闭的拉请求数6
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?