Releases: vydimitrov/react-random-reveal
Releases · vydimitrov/react-random-reveal
v2.0.0
The code is optimize and webpack is replaced by esbuild for building and running the dev server. New example folder is added, which can be used to testing and development.
New features:
We can now animate React components as well.
New updateInterval
prop is added to control the speed of the animation
Breaking Changes:
IE is no longer supported.
speed prop is replaced by updateInterval
prop.
To repeat the animation now we need to return an object with shouldRepeat
prop from the onComplete
handler.