react-crossfade-image
Advanced tools
Weekly downloads
Readme
Simple component for crossfading images. Just pass it a new src prop and enjoy the fade!
npm install react-crossfade-image
Clone and run npm start
for demo.
Sample component:
<CrossfadeImage src={imageSrc} />
Image source as string - required
Duration of the fade, in ms - default to 300
Support all CSS timing functions - default to 'ease'
Duration of the delay before fading, in ms - default to 0
Custom styling for the image - default to { maxWidth: '100%', maxHeight: '100%' } for responsive image scaling
Custom class string for the container element - default to 'CrossfadeImage'
MIT
FAQs
Simple React component for crossfading images
The npm package react-crossfade-image receives a total of 558 weekly downloads. As such, react-crossfade-image popularity was classified as not popular.
We found that react-crossfade-image demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a Github app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.