Giter Site home page Giter Site logo

Comments (7)

HenglyEver avatar HenglyEver commented on May 30, 2024 1

Well, the frame does drop on debug application regardless of page transition animation but on release application, it seems to be fine and works smoothly

from persistentbottomnavbar.

BilalShahid13 avatar BilalShahid13 commented on May 30, 2024

Can you share a GIF here? I haven't experienced it as of yet.

from persistentbottomnavbar.

furkansarihan avatar furkansarihan commented on May 30, 2024

I think frame drop noticeable, animation cannot even play between first and second page for pop and push either.
GIFs recorded from an emulator.

Routing animations plays same performance without PersistentBottomNavBar in second GIF.

With PersistentBottomNavBar

Without PersistentBottomNavBar

from persistentbottomnavbar.

BilalShahid13 avatar BilalShahid13 commented on May 30, 2024

Which android emulator are you using? I tested it on Nexus S (4" screen) and it didn't show signs of any stutter. It's really strange.

Also, you can try updating to the latest version and push new screen like this using a different screen transition animation:

pushNewScreen(
        context,
        screen: MainScreen(),
        withNavBar: true, // OPTIONAL VALUE. True by default.
        pageTransitionAnimation: PageTransitionAnimation.slideRight
    );

from persistentbottomnavbar.

HenglyEver avatar HenglyEver commented on May 30, 2024

I have the same problem and I am now using persistent_bottom_nav_bar: ^2.0.5 but the problem still persists.

from persistentbottomnavbar.

BilalShahid13 avatar BilalShahid13 commented on May 30, 2024

@furkansarihan @HenglyEver does it occur while running the sample project and when using a different pageTransitionAnimation in the latest version?

pushNewScreen(
        context,
        screen: MainScreen(),
        withNavBar: true,
        pageTransitionAnimation: PageTransitionAnimation.slideRight // Change THIS
    );

from persistentbottomnavbar.

BilalShahid13 avatar BilalShahid13 commented on May 30, 2024

@furkansarihan can you confirm what @HenglyEver said?

from persistentbottomnavbar.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.