Skip to content

Releases: gkaemmer/react-fade-in

v2.0.1

29 Jan 02:30
Compare
Choose a tag to compare
  • Changed generated .js files to use es5 syntax instead of es2015 syntax (thanks to @Alvise88 for the report)

v2.0.0

12 Jan 02:27
Compare
Choose a tag to compare
  • Add visible, onComplete props.
  • Rewrite component using typescript and react hooks.
  • New children added after the initial render are now also animated.

v1.1.1

13 Oct 03:44
Compare
Choose a tag to compare
  • Transition to transform: none instead of transform: translateY(0). Thanks to @atnpcg.

v0.1.6

16 May 20:30
Compare
Choose a tag to compare

Added delay and transitionDuration props.