react4j icon indicating copy to clipboard operation
react4j copied to clipboard

Port animation or transition library

Open realityforge opened this issue 7 years ago • 4 comments

Another part that could be supported by a library is a transition or animation library. The simplest approach is to port react-transition-group. The basic idea being that we want to be able to easily use css transitions when components come and go.

For more advanced cases it may be useful to look at importing features from react-move or more likely from react-spring.

realityforge avatar Nov 23 '18 02:11 realityforge

A good article gives an overview of options - React Animation Libraries for 2020

realityforge avatar May 27 '20 22:05 realityforge

Some (somewhat dated) links from when we originally wanted to go down this path:

realityforge avatar May 27 '20 22:05 realityforge

There is also shifty a pure javascript tweening/animation library

realityforge avatar May 28 '20 05:05 realityforge

Another good option is motion

realityforge avatar Nov 20 '21 20:11 realityforge