Releases: awesome-reveal/react-awesome-reveal
Releases · awesome-reveal/react-awesome-reveal
react-awesome-reveal@4.2.4
react-awesome-reveal@4.2.4 (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@4.2.3
react-awesome-reveal@4.2.3 (2023-01-23)
Patch Changes
- Removed hidden styles when animated components are not in the viewport
v4.2.2
v4.2.0
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