React Awesome Reveal Versions Save

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

[email protected]

1 week ago

Patch Changes

  • 010696e: Disable sourcemaps generation

[email protected]

1 week ago

Patch Changes

  • b807214: Update dependencies

[email protected]

3 months ago

Patch Changes

  • 97f7d1e: Update react-intersection-observer

[email protected]

6 months ago

[email protected] (2023-11-13)

Patch Changes

  • aa47f95: fix: upgrade react-intersection-observer

[email protected]

6 months ago

[email protected] (2023-10-30)

Patch Changes

  • 8e30cd1: Update dependencies

[email protected]

10 months ago

[email protected] (2023-06-29)

Patch Changes

  • Use Vite for building package

[email protected]

10 months 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.

[email protected]

1 year ago

[email protected] (2023-01-23)

Patch Changes

  • Removed hidden styles when animated components are not in the viewport

v4.2.2

1 year ago

4.2.2 (2023-01-22)

Patch Changes

  • Prevent flashing on first render

v4.2.0

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