diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-26 18:28:46 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-26 18:28:46 -0400 |
| commit | 628e4f52203f2d6f8202515207b4801efec8e301 (patch) | |
| tree | 4ca0f0a2282cbc38572a5a875770db240cd6c2de /www/external/angular-carousel.js | |
| parent | b9e6ca93bc1e805e07edddd90f21f24eb8678287 (diff) | |
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
Diffstat (limited to 'www/external/angular-carousel.js')
| -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 |
