FlexSlider error with Firefox v29 on Windows, it doesn't apply animation for slider item. Here is sollution to fix them:
$(document).ready(function() {
$(".flexslider").flexslider({
touch: !$.browser.mozilla
});
});FlexSlider error with Firefox v29 on Windows, it doesn't apply animation for slider item. Here is sollution to fix them:
$(document).ready(function() {
$(".flexslider").flexslider({
touch: !$.browser.mozilla
});
});