Unanswered: Make only part of a carousel card slide
Unanswered: Make only part of a carousel card slide
Hi all, here's the issue.
So I have a carousel which contains a component (docked top) and a panel. Currently you can swipe left or right to switch to the next component+panel pair. What I would like to do is make it so the cards each contain only the component and update the content of the panel on swipe. However, I would like to be able to swipe anywhere on the screen (i.e. on the panel) and see only the component slide. So the basic question is, is there any way to simply disable the sliding animation for an item in a carousel, but still listen to events?
Thanks all.
The carousel listens to the drag events which you can remove the listeners to to disable the "scrolling" or override the methods that react to the events.
You can have a shared docked component but the drag events the carousel uses won't fire if you drag your finger across the docked component, just the inner item.