react-layout-transition icon indicating copy to clipboard operation
react-layout-transition copied to clipboard

Trying to make layout transitions simple

Results 5 react-layout-transition issues
Sort by recently updated
recently updated
newest added

Based on the examples and reading the source code, it looks like `SharedElementTransitionGroup` relies on the child component stating `ref={this.props.innerRef}` on the HTML container of the moving elements. Omitting this...

The interface for `SharedElementTransitionGroup` says it's required, but the examples on https://react-layout-transition.surge.sh/ it's not set and those work. Is the example incorrect?

Since the repo is written in TypeScript, having a separately-maintained `@types` package seems unnecessary. Would it be possible to export the type declarations as part of the built package?

Like anyone looking for a library, I look at popularity and stability. I came across react-layout-transition after looking for a cross-platform Native/Web animation library. I love to try new things...