I’m, trying to set animation before $state.go like this:
$ionicViewSwitcher.nextDirection('enter'); $state.go(targetState)
And there is no animation. I’ve tried ‘swap’, ‘exit’, ‘back’ and ‘forward’. And only ‘back’ and ‘forward’ are working.
How to turn on another transition animation programmatically?