Page transitions in Meteor+React?

I was wondering if anyone knows of a way to have page transition effects when the Flow Router route changes? I want to smoothly change the page’s background color, and maybe even animate the position of specific text in the parent. Is this possible?

1 Like

Try wrapping the page component with this before returning the component in flow router /react layout

I’ve used this with components nested inside the page but it should also work with flow router.

Also double check the 0.14 RC on their blog to make sure there aren’t breaking changes coming up :smile:

1 Like

Is it worth trying to set it up that way instead of using React router ?

1 Like

Yea prob not if you haven’t committed to FR already. React router is really nice

I’ve done it:

http://react-transition.meteor.com/ (just emulate iphone/android on chrome)

You can easily start from there

1 Like