Canvas Slider
While learning about canvas last year, I took some time to reverse engineer (hack together) this beautiful slider, originally built by the team at ToyFight. The real beauty is in the desktop interaction.
Some notes:
- Mobile view is using Hammer.JS for the slider
- Images can be updated by changing the attributes found in each <li>. Just replace the current image URL with your own.
- The "View Details" URL's can be updated the same way.
- You can change "View Details" to say "View Project" by changing the attribute 'data-video' to false. If you want it to say something else, feel free to dive into the code - it's a fairly easy change.
Credit: The ToyFight Team!