Skip to content

Instantly share code, notes, and snippets.

@Manntrix
Created May 1, 2020 05:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Manntrix/b2c567c93c664ddde4d8c3ac2e5b0393 to your computer and use it in GitHub Desktop.
Save Manntrix/b2c567c93c664ddde4d8c3ac2e5b0393 to your computer and use it in GitHub Desktop.
render return
<div>
<AliceCarousel
items={this.state.galleryItems}
responsive={this.responsive}
autoPlayInterval={2000}
autoPlayDirection="rtl"
autoPlay={true}
fadeOutAnimation={true}
mouseTrackingEnabled={true}
disableAutoPlayOnAction={true}
/>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment