Search code examples
jqueryhtmlcssparallax

Parallax Plugin for jQuery


I need to convert a design to HTML CSS and the site uses the latest fad of parallax effect. I did the research and came across a dozen of plugins for the achiving this.

The website has the following features

  1. Full Screen Images
  2. Tabs
  3. SLide Show
  4. Map
  5. Forms

Which plugin do u suggest and any starting point for me to get started?


Solution

  • My personal favourite for scrolling parallex is superscrollorama. It has loads of really good examples on their site and is well maintained. For slideshows I use FlexSlider, it is really good for basic slideshows and works well within responsive designs. For tabs i usually just use a bit of my own jQuery as plugins can be abit overkill. Hope that helps