wordpress:flexslider:snippet
$(window).load(function() {
$('.flexslider-home').flexslider({
slideshowSpeed: 4000,
animationSpeed: 800,
// Primary Controls
controlNav: true,
directionNav: false,
prevText: "Previous",
nextText: "Next",
// Secondary Navigation
keyboard: true,
multipleKeyboard: false,
mousewheel: false,
pausePlay: false,
pauseText: 'Pause',
playText: 'Play',
animation: 'fade',
easing: 'swing'
});
});