简体   繁体   中英

How to achieve this flutter scroll animation?

Refer to this video I posted on facebook flutter group:

https://www.facebook.com/groups/409645446115733/permalink/1363664534047148/

*I managed to scale the width using Transform, but having challenge on overlap before pushing top item effect.

try something with this, stacked_card_carousel :

StackedCardCarousel(
    items: cards,
    type: //change type between cardsStack or fadeOutStack
);

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM