Friday, 28 September 2018

Implementing transition effects in React JS when state changes

I have an image on a React page. When the state is updated to a new image I want to perform the following transition effect:

  • The original image should zoom in and fade out
  • The new image should also zoom in and fade in

The effect should look similar to passing through a wall to a new scene.

How am I able to do this in React?



from Implementing transition effects in React JS when state changes

No comments:

Post a Comment