maisano / react-router-transition

painless transitions built for react-router, powered by react-motion
http://maisano.github.io/react-router-transition/
MIT License
2.59k stars 138 forks source link

Slide animation #105

Closed nats12 closed 5 years ago

nats12 commented 5 years ago

Hi, not an issue as such but is there a slide as well as a spring? For a smoother transition between pages. Thanks.

maisano commented 5 years ago

hi @nats12! all transitions powered by react-router-transition are ultimately powered by react-motion's spring physics. so, unfortunately, everything is spring-based. there are a handful of other libraries that support more types of animations for mounting/unmounting transitions though (e.g. popmotion pose).