# jquery-threesixty **Repository Path**: mirrors_jsantell/jquery-threesixty ## Basic Information - **Project Name**: jquery-threesixty - **Description**: A jQuery plugin for 360 image rotations - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README jquery.threesixty ====== A jQuery plugin for 360 image rotations. Use a vertical/horizontal spritesheet (recommending [Sprite Factory](https://github.com/jakesgordon/sprite-factory)) as a background-image on an element, call the plugin on the element, and magic happens. Much `<3` to [Aaron Bohenick](http://aaronbohenick.com/) for cat statue renders~ Options --- * `dragAxis` takes either a string of `x` or `y` indicating the axis in which the mouse drag should trigger a sprite change (default: `'x'`) * `spriteDim` takes an object with an `x` and `y` property of the dimensions of a single sprite * `spriteSheetDim` takes an object with an `x` and `y` property of the dimensions of the entire image * `sensitivity` a number of how many pixels a drag has to move to trigger the next frame of the animation (default: `3`) Example --- ```
``` Contributing --- This project uses [smoosh](https://github.com/fat/smoosh) for compiling, linting.