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.
- The transitions are slow and I want to make them faster, but I don’t know how.
How to solve that?
- 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?