react-slide-deck
react-slide-deck copied to clipboard
react carousel, swipe, slide deck, showcase, page section scroll ...
`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) ` ...
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...