When I click on a Card component within the MoviesList component, it redirects me to the SingleMoviePage component. The genres, starring, release date, production, and stars sections all have animations that slide from left to right. Initially, these animations work properly in the SingleMoviePageComponent. However, when I click on similar movies within the SingleMoviePage component, it redirects me to another SingleMoviePage component where the animations no longer function properly. Why does this happen? I am using SCSS by the way.
Check out the Github repo: https://github.com/UmutPalabiyik/hope-movie-app View the Website Demo here: