-
Hi!
I'm using react-infinite-carousel in react 0.14.5, I found this issue:
ERROR in ./~/react-infinite-carousel/src/Carousel.js
Module parse failed:
webapp/node_modules/react-infinite-carousel/src…
-
```
Made compatible with jQuery 1.8.2
jQuery(sliderList).children().outerWidth("true") replaced by
jQuery(sliderList).children().outerWidth(true)
Demo: http://jsfiddle.net/EhJrR/5/
```
Original issue…
-
```
Made compatible with jQuery 1.8.2
jQuery(sliderList).children().outerWidth("true") replaced by
jQuery(sliderList).children().outerWidth(true)
Demo: http://jsfiddle.net/EhJrR/5/
```
Original issue…
-
Anyone knows how to make it display multiple images at once, similar to a scroll?
Like the example in https://pub.dev/packages/infinite_carousel
-
Would be nice if I don't have to constrain the height/width if I'm using either Axis.horizontal or Axis.vertical. Is it possible to have a behaviour like SingleChildScrollView combined with Row?
-
Is it possible to delay the firing of a asNavFor carousel using .on('afterChange')?
```
$('.carousel').slick({
slidesToShow: 1,
slidesToScroll: 1,
infinite: true,
asNavFor: '.carousel-…
-
There are many situations in which it may not be possible to scroll to a position that aligns with the natural scrolling position of every marker. For example, in https://flackr.github.io/carousel/exa…
-
I am using react-multi-carousel in my application to display multiple logos at the same time. As of now, the carousel is working but the problem is that when the carousel moves, it immediately display…
-
Everytime i add a component with [(ngModel)] to a carousel item my app crashes with some kind of infinite-loop beahviour, i have to kill the chrome tab, since it is not responsing anymore.
Any idea…
-