kalismeras61 / flutter_page_transition

This is Flutter Page Transition Package
BSD 2-Clause "Simplified" License
471 stars 56 forks source link

Joined transition improvement - animating old screen instead of its mockup. #79

Closed kmrosiek closed 10 months ago

kmrosiek commented 1 year ago

Current implementation of joined transition covers old page with Widget pretending it is animating the old page whereas it animated widget that covers old page.

The problem appears when you try to make joined animation from page that is scrollable and scroll has position != 0. You can see the screen substitution first and then the animation. I guess the same might apply to statefulwidget.

Sample

Do you think there is any way this animation can be improved?

kalismeras61 commented 1 year ago

This is probably IOS junk issue. If you switch new flutter rendering engine impeller, I think the performance will be better.

kalien1 commented 1 year ago

I have the same problem on android. were you able to solve it?

kalismeras61 commented 10 months ago

This issues has been fixed by impeller engine please use it.