Share Posted September 24, 2020 Hello, Has anybody worked out how to perform Page/Router transitions with Angular and GSAP Thanks a lot Link to comment Share on other sites More sharing options...
Share Posted September 24, 2020 Hey StormCode. Given this is a very Angular-specific question and I don't know of any of our regular members who use Angular much you might not receive a very full answer here. GSAP will do the animating for you but the route/component switching is something you'll have to handle yourself. Link to comment Share on other sites More sharing options...
Author Share Posted September 24, 2020 Thanks Zach I'll crack on. And post if I find a solution. Cheers 2 Link to comment Share on other sites More sharing options...
Share Posted August 12, 2021 @StormCode @ZachSaucier Hi, is there a solution yet? Link to comment Share on other sites More sharing options...
Share Posted August 13, 2021 Hi Haise! I have not seen a way to do route transitions in Angular with any animation library. Everything I've seen uses Angular's Animation API. I don't know if Angular provides a way to hook into that, but I'm also not an expert in Angular. I'm wondering if it would possible using directives? https://dev.to/nicolalc/series/7353 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now