Again I am going to defer my plans for this next article, I was going to cover implementing a wizard using NavFx but I have had several people contact me asking about creating custom transition handlers so will cover that topic first.
To support this article I have created the FadeTransitor, which fades out the current page then fades in the new page. It does so by applying a DoubleAnimation to the Opacity property of the target pages.
Background
The NavFx Navigator does a lot of work for you, and makes it easy to navigate from one page to the next, loading them from...