A simple looped fading slides carousel component for React Native applications.
React Native FadingSlides is a carousel component that displays slides with smooth fade transitions in a continuous loop. It solves the need for an elegant, easy-to-implement slideshow in React Native apps, particularly useful for onboarding screens or feature showcases.
React Native developers building mobile applications that require simple, animated slideshows or carousels with fade effects.
Developers choose FadingSlides for its simplicity, minimal configuration, and smooth looping fade animations—offering a lightweight alternative to more complex carousel libraries.
:curly_loop: Simple looped fading slides carousel for React Native.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Provides continuous, looped fading with customizable timing via fadeDuration and stillDuration props, ensuring elegant transitions without jank.
Minimal configuration required; just pass a slides array and set basic properties like height, as shown in the simple usage example.
Each slide supports images with custom dimensions, titles, and subtitles, all with color customization, based on the slides properties list.
Allows starting or stopping animations via the startAnimation prop, offering basic control over the carousel's behavior.
Only supports fade transitions; no swipe, slide, or other effects are available, which restricts use cases for interactive carousels.
Slides are confined to image, title, and subtitle; no support for custom components or complex layouts, as evidenced by the fixed properties.
Relies on require() for local images; remote URL support or advanced caching isn't mentioned, limiting dynamic content integration.