react-slide-deck icon indicating copy to clipboard operation
react-slide-deck copied to clipboard

react carousel, swipe, slide deck, showcase, page section scroll ...

Results 6 react-slide-deck issues
Sort by recently updated
recently updated
newest added

`warning.js?8a56:36 Warning: Unknown props `onSwitchStarted`, `onSwitchDone` on tag. Remove these props from the element. For details, see https://fb.me/react-unknown-prop in div (created by Deck) in Deck (created by CarouselComponent) ` ![7a5dbf62-518e-4d86-8203-ee32ec43a72e](https://cloud.githubusercontent.com/assets/4426450/20260159/60e00dea-aa93-11e6-9e09-4bca980a230a.png)...

It appears that scrolling is not working. When I set `wheel: true`, scrolling works **only for the first slide** and **only the very first time**. If you try to scroll...

I wanted to set dynamic duration for each slide. Passing a state variable into `dura` doesn't do it. `dura` is a `const` internally. How do you work around that?

I'm using react-server with node v6.2.2 and following packages ``` └── [email protected] └── [email protected] └─┬ [email protected] └── [email protected] └── [email protected] ``` I received following error. ``` Failed to load page...

@jl- First off thanks for the wonderful module.! I have incorporated the package in a personal project of mine, but i am unable to get the transistion effect when assigning...

I am using CSS Modules and the animation hooks are currently static global classes. I think it will be good to have hook names be customised by passing them as...