Thursday, August 27, 2009

Book Cover flow on JavaScript

I had lately one task to make Book Cover flow in JavaScript. It should looks like Book Cover on this page.
Requirements were are follow:

  • It's implemented in JavaScript
  • Images could be added to the queue dynamically
  • On mouse hover over flow it should stop and on over resume.
  • Every cover have own link.

I decide to use my loving jQuery and specially animation feature of it. You can find demo of final version here. jQuery plug-in could be found here.

No comments:

Post a Comment