Skip to main content

Using NationBuilder to show small nonprofits what's [now] possible online.

Activity

commented on Can I slow down the speed of the featured slides?
Why doesn’t it work to just upload the following as custom.js file
/*------------------------------------*/
/* Flex Slider Target
/*------------------------------------*/
if (jQuery().flexslider)
{
        $('.flexslider').flexslider({
                slideshowSpeed: 9000,
                animationduration: 1000,
        });
}

/-————————————————-/
/* Flex Slider Target
/-————————————————-/
if (jQuery().flexslider)
{
$(‘.flexslider’).flexslider({
slideshowSpeed: 9000,
animationduration: 1000,
});
}


posted 2015-03-07 20:31:46 -0800