What is the difference between navigateForward and navigateRoot

We had an animation bug when page was transitioning from one page to another using navigateForward.

We had to change it to navigateRoot, now it no longer shows the breaking animations, and transition works fine.

What is the difference between these two. Ionic does not provide good documentation about this.