isoden/skewSlider

loading 

Example Code

var canvasRef = document.getElementById('canvas');

canvasRef.width  = ;
canvasRef.height = ;

new SkewSlider({
  el      : canvasRef,
  interval: ,
  duration: ,
  angle   : ,
  sources : [
    'http://placeimg.com///people',
    'http://placeimg.com///tech',
    'http://placeimg.com///animals'
  ]
});

Interactive Demo

Under The MIT Licnese