Projet

Général

Profil

Paste
Télécharger (304 octets) Statistiques
| Branche: | Révision:

root / drupal7 / sites / all / themes / responsive / js / slide.js @ cc7b6b59

1
jQuery(document).ready(function() {
2

    
3
/* Slider */        
4
        
5
 jQuery('.flexslider').flexslider({
6
  controlNav: false,
7
  directionNav:true,
8
  animation: "fade",              //String: Select your animation type, "fade" or "slide"
9
  slideshow: true                //Boolean: Animate slider automatically
10
  });
11

    
12
});