diff options
Diffstat (limited to 'www/external')
| -rw-r--r-- | www/external/angular-carousel.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/external/angular-carousel.js b/www/external/angular-carousel.js index 28bd401b..505aed8a 100644 --- a/www/external/angular-carousel.js +++ b/www/external/angular-carousel.js @@ -287,7 +287,7 @@ angular.module('angular-carousel').run(['$templateCache', function($templateCach transitionDuration: parseFloat(iAttributes.rnCarouselDuration, 10) || 300, isSequential: true, autoSlideDuration: 3, - bufferSize: 31, + bufferSize: 9, /* in container % how much we need to drag to trigger the slide change */ moveTreshold: 0.1, defaultIndex: 0 |
