react-awesome-reveal

React components to add reveal animations using the Intersection Observer API and CSS Animations.

MIT License

Downloads
110.4K
Stars
1.1K
Committers
8

Bot releases are hidden (Show)

react-awesome-reveal - [email protected]

Published by morellodev 9 months ago

Patch Changes

  • 97f7d1e: Update react-intersection-observer
react-awesome-reveal - [email protected]

Published by morellodev 11 months ago

[email protected] (2023-11-13)

Patch Changes

  • aa47f95: fix: upgrade react-intersection-observer
react-awesome-reveal - [email protected]

Published by morellodev 12 months ago

[email protected] (2023-10-30)

Patch Changes

  • 8e30cd1: Update dependencies
react-awesome-reveal - [email protected]

Published by morellodev over 1 year ago

[email protected] (2023-06-29)

Patch Changes

  • Use Vite for building package
react-awesome-reveal - [email protected]

Published by morellodev over 1 year ago

[email protected] (2023-06-27)

Patch Changes

  • cfb05d8: Fix Slide and Zoom flicker when the element is just entering the view and certain conditions are met. Slide flickers when direction is up. Zoom flickers when it is styled.
react-awesome-reveal - [email protected]

Published by morellodev over 1 year ago

[email protected] (2023-01-23)

Patch Changes

  • Removed hidden styles when animated components are not in the viewport
react-awesome-reveal - v4.2.2

Published by morellodev over 1 year ago

4.2.2 (2023-01-22)

Patch Changes

  • Prevent flashing on first render
react-awesome-reveal - v4.2.0

Published by morellodev over 1 year ago

4.2.0 (2023-01-22)

Minor Changes

  • Disable animations if user has a reduced motion setting applied system-wide
  • Removed css prop from the Reveal component

Patch Changes

  • Refactored code to be more functional
  • Emotion's css prop is not used anymore by the animated components – they now all use inline styling. This should improve runtime perfs due to less Emotion work
react-awesome-reveal - v4.1.0

Published by morellodev about 2 years ago

4.1.0 (2022-10-10)

Features

  • Slighly reduced bundle size

Fixes

  • Invalid source maps (closes #137)
react-awesome-reveal - v4.0.1

Published by morellodev about 2 years ago

4.0.1 (2022-08-26)

Fixes

  • Inifinite recursion when passing raw strings to any animated component (closes #133)
react-awesome-reveal - v4.0.0

Published by morellodev about 2 years ago

4.0.0 (2022-08-07)

Main Changes

  • React 18 support
  • Reduced package size (it is now half the v3 install size)
  • @emotion/react must be installed separately
react-awesome-reveal - v3.7.1

Published by morellodev over 3 years ago

v3.7.1 (2021-03-06)

Fixes

  • fix(deps): adjust react version in peerDependencies (thanks @pgrodrigues) 3a71d1f

Dependencies

  • chore(deps): updated dependencies edc79c1
react-awesome-reveal - v3.7.0

Published by morellodev almost 4 years ago

v3.7.0 (2021-01-18)

Dependencies

  • chore(deps): updated react peer dep version 31b361f
  • feat(jsx): make use of the new JSX transforms 8b39b3a
react-awesome-reveal - v3.6.0

Published by morellodev almost 4 years ago

v3.6.0 (2021-01-17)

Performance

  • perf(emotion): improved animation performance 88e29ec
react-awesome-reveal - v3.5.2

Published by morellodev almost 4 years ago

v3.5.2 (2021-01-06)

Dependencies

  • chore(deps): updated dependencies db2f2fa
react-awesome-reveal - v3.5.1

Published by morellodev almost 4 years ago

v3.5.1 (2020-11-20)

Dependencies

  • Updated core dependencies 6b09dae
react-awesome-reveal - v3.5.0

Published by morellodev almost 4 years ago

v3.5.0 (2020-11-16)

Dependencies

  • Updated Emotion to version 11 c304f16
react-awesome-reveal - v3.4.0

Published by morellodev almost 4 years ago

v3.4.0 (2020-11-10)

Features

  • Added onVisibilityChange hook for executing custom actions when animated elements enter or exit the viewport 6b449fd

Documentation

  • Updated README with onVisibilityChange documentation 679f360
react-awesome-reveal - v3.3.3

Published by morellodev almost 4 years ago

v3.3.3 (2020-11-08)

Packaging

  • Fixed a typo in module property of package.json 9584ee3
react-awesome-reveal - v3.3.2

Published by morellodev almost 4 years ago

v3.3.2 (2020-11-06)

Performance

  • Huge refactoring and removed some external dependencies 4418c69

Documentation

  • Fixed a typo in README 7e79139
  • Updated description field in package.json eed7efe

CI

  • Added GitHub Workflow for CI builds on commit d52b12b
  • Added GitHub Workflow for checking package size on PR submit d52b12b