How to make Ionic's transitions faster and more responsive?

Hi there,

I am using $ionicConfigProvider.views.transition("platform"); to enable native transitions. The problem, however: they are so slow! So how can I put the delay to 200ms or so?

I actually have two problems.

  1. The transitions are slow and I want to make them faster, but I don’t know how.

How to solve that?

  1. The transitions need to load first, then content has to load and ONLY after everything is loaded, you can click on something.

How to solve that?

1 Like