From ef652ffc412daf791289f34bef72f2dc58d03758 Mon Sep 17 00:00:00 2001 From: Oleksii Mylotskyi Date: Mon, 27 Jul 2015 18:51:34 +0300 Subject: [PATCH] Fix for issue #1399 --- jquery.fullPage.js | 3 +++ 1 file changed, 3 insertions(+) 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); + } }; /**