BakerJQ / Android-InfiniteCards

An infinite card switching UI for Android, support custom animation 自定义实现神奇动效的卡片切换视图
Apache License 2.0
1.73k stars 204 forks source link

Multiple card switches with 1 click? #22

Open KDAsona opened 2 years ago

KDAsona commented 2 years ago

Hi, I'm trying to implement a card stack using this library in which 1 button click can cause multiple card switches (i.e. multiple BringToFront actions)? But it seems like every time I clicked the button it only does 1 card switch. I'm wondering if the feature above is possible using this library? Any help would be appreciated!