简体   繁体   English

如何实现这个 flutter 滚动 animation?

[英]How to achieve this flutter scroll animation?

Refer to this video I posted on facebook flutter group:参考我在facebook flutter群发的这个视频:

https://www.facebook.com/groups/409645446115733/permalink/1363664534047148/ 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. *我设法使用 Transform 缩放宽度,但在推动顶部项目效果之前在重叠方面遇到挑战。

try something with this, stacked_card_carousel :试试这个, stacked_card_carousel

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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