react-glitch-fx
0.3.0 • Public • Published react-glitch-fx

Simply wrap your target element with <GlitchFx />
to start using react-glitch-fx:
import GlitchFx from 'react-glitch-fx/lib/GlitchFx';
class Component extends React.Component {
render() {
const { shouldShow, imageHeight, imageSrc } = this.props;
return (<GlitchFx>
<img src="./images/react.png" alt="test" />
</GlitchFx>)
}
}
Install
npm i react-glitch-fx
Weekly Downloads