diff --git a/jquery.fullPage.js b/jquery.fullPage.js index 894efbba2..fd5a9af3d 100755 --- a/jquery.fullPage.js +++ b/jquery.fullPage.js @@ -224,6 +224,9 @@ */ FP.setScrollingSpeed = function(value, type){ setVariableState('scrollingSpeed', value, type); + if (type !== 'internal' && options.css3) { + addAnimation(container); + } }; /**