Skip to content

Rotating head images for different viewing angles using an image sprite

License

Notifications You must be signed in to change notification settings

sodhancha/rotating_head

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rotating Heads jQuery plugin

This plugin was written for use in the Anthropose website in order to show how sunglasses would look like. This is actually a very low tech solution to a virtual try-on implemented in the Rayban website and is heavily inspired from the Warby Parker website.

General Idea

  1. The general idea in this plugin is to use a sprite image so that all angles are loaded simultaneously.
  2. If the number of images are 5 then the container is also divided into 5 parts.
  3. Hover on each part of the container will change the background position of the sprite to match accordingly.

Options

Options include:

  1. total_banner_width in pixels (width of entire sprite )
  2. total_width in pixels (width of each individual item image in sprite)
  3. Number of images is the number of seperate blocks within the sprite image.

Usage

  1. Using defaults

$("#rotate-container").rotateHeads();

  1. Using options

$("#rotate-container").rotateHeads({ total_banner_width: 2551, total_width: 431 });

About

Rotating head images for different viewing angles using an image sprite

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.6%
  • HTML 40.4%