From 628e4f52203f2d6f8202515207b4801efec8e301 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Sun, 26 Jul 2015 18:28:46 -0400 Subject: reduce image loading buffer of carousel (for low config devices) also made sure scrub carousel is cleared if full screen is opened so as not to double images --- www/external/angular-carousel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/external/angular-carousel.js') 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 -- cgit v1.2.3