On this page http://www.raindancelive.com/ (made with joomla) there are scrolling photos and when you hover on one, it changes the big photo.

Does drupal has anything that does something similar?

Can it be done with a combination of modules ?

Any advice?

Thanks.

Shay

Comments

jayakrishnanj’s picture

We do not have any modules which will do the above work,

It was done through Flash in that Joomla site. Instead some functionalities can be achieved by Slider moduleor through Coda slider script and Jcarosel, in any case u have to customize the script to achieve the functionality you required.

mcfilms’s picture

That Joomla site is indeed using a Flash app for the photo slider. Try viewing it on an iPad or iPhone for a big disappointment.

You might want to have a look at DDBlocks at http://drupal.org/project/views_slideshow_ddblock. This does most of what you want, but I am not sure about the scrolling the stream of images. You may need to customize for that.

A list of some of the Drupal sites I have designed and/or developed can be viewed at motioncity.com

balaftuna’s picture

Many thanks guys. I missed the fact that it was done with Flash on that site!
All the best.
S.

bsenftner’s picture

You can do this quite easily with some jQuery, or even a fancier version with jQuery + Raphael. You'd have to code it yourself, in a custom module, but from the looks if it, a page of code at the most.

http://www.slideshare.net/robknight/beginning-jquery-in-drupal-theming (for example)
http://raphaeljs.com/ (what is Raphael)
http://www.missingubercartmanual.com/The-Basics-of-using-Java-Script-in-...
http://www.missingubercartmanual.com/How-to-Create-a-Basic-Drupal-Module