-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Description
<Carousel
layout={'default'}
data={this.state.entries}
renderItem={this._renderItem.bind(this)}
sliderWidth={viewportWidth}
itemWidth={viewportWidth*0.575}
loop={true}
firstItem={2}
loopClonesPerSide={10}
//enableMomentum={true}
enableSnap={true}
inactiveSlideScale={0.95}
inactiveSlideOpacity={0.8}
onSnapToItem={(index) => this.setState({currentSwiperFilm:index}) }
/>

