Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript flexslider speed and IE problems Reply To: flexslider speed and IE problems

#168984
epitsenter
Participant

True, I saw that I should add this one.

<script>
$(“.flexslider”).flexslider({
animation: “slide”,
animationSpeed: Modernizr.touch ? 400 : 1000
});
</script>

Doesn’t do anything really.