What is the correct way to change from a state to another with transitions?

Hi friends,

The following example is the correct way?

$ionicViewSwitcher.nextDirection('back');
$state.go("home");

Regards, Nicholls