Releases: pmndrs/react-spring
Releases · pmndrs/react-spring
v5.9.0
New features
- Animate scrollTop/scrollLeft: http://react-spring.surge.sh/native#animating-scroll-position
Bugfixes
- Getting React.createRef() to work with react-spring
- TimingAnimation: alternatives, bugs with newer versions
- Trying to animate svg pathLength
New demos
Animate SVG props: https://codesandbox.io/embed/6z3nv1o1nn
Animate scrolling: https://codesandbox.io/embed/zlr555494x
v5.8.0
New features
- Transition.delay: trailing transitions (see: http://react-spring.surge.sh/transition#props)
- config.delay: being able to set delays per key (this will also overwrite Primitive.delay)
- Initial transition, being able to create a first-render transition, or none at all, (see: http://react-spring.surge.sh/transition#props)
Bugfixes
- AnimatedValue listener gets called twice with last value (overshootClamping: true)
- Keyframes doesn't use config with TimingAnimation and Konva
- overshootClamping not working as expected
- Possible event handler / cpu leak in react-spring
- Spring: onRest does not get triggered, if one animated value stays equal
- Overflow doesn't change on enter
- fix interpolation for rgb, border & boxShadows