This is probably possible, but I wonder what motives change to an HTML / jQuery solution when it looks pretty good right now (as Brad noted above, this will require a complete remake). I see a couple of things:
- Carousel: jCarousel (http://sorgalla.com/jcarousel/) (never used it, but it is popular)
- Animation: jQuery Animate (http://api.jquery.com/animate/)
- Other widgets / interactions: jQueryUI: (http://www.jqueryui.com)
Not sure how you would go around animating with an open book, but I suspect that you can do it with some smart jQuery animations.
The best way to find out if this can be done: start doing it! jQuery has tons of resources, and you will get good help here at StackOverflow.
source
share