New `Carousel` control coming in 0.9.3. It will ta...
# doodle
n
New
Carousel
control coming in 0.9.3. It will take an arbitrary
Presenter
that fully customizes the way items are positioned and how they change during transitions. It will also be similar to
List
in that it will recycle visualized items to allow models that contain any number of items. This means you can have one display all integers or an open-ended list of images, etc..
👍 1
🎉 2
a
Cool. I have few questions about it 1. Will is be swipeable for touch screens 2. Can we use it as a pager?
n
1. yes, transitions will be controllable using pointer events (which covers touch screens) 2. i'm assuming you mean updating the browser navigation stack based on it. if so, then you will be able to do this from an app by setting it's active item based on the navigator hash and updating that hash based on events from the carousel. let me know if that answers your question.
a
I understand. Will it only be available on the web?
I guess it'll be available on jvm too
n
yep. it’ll be for all supported platforms.