Part of a series of tutorials on creating WPF applications in C#
We finish off the page animations for the application so we can a smooth animation of the previous page animating out, and the new page animating in.
Making a custom control for the pages, and another neat use of attached properties gives us the ability to remove the navigation history as we will implement our own history in view models later
Source code: https://github.com/angelsix/fasetto-word/tree/10a274f11ed2a10262afc7b89332a0e4ec1553d1
Latest code: https://github.com/angelsix/fasetto-word