I have a classical multi-page website. Transitions between pages is hard-way, e.g. almost every page is loaded fully via anchors without using javascript.
I want to get smooth transition effects between pages with minimum effort. I have read that Angular is powerful but I don't want to rebuild my current structure. Is that easy with Angular, or should I use smoothState or anything else?