yuyakaido / CardStackView

📱Tinder like swipeable card view for Android
Apache License 2.0
2.36k stars 448 forks source link

Rewind more than one item? #304

Open JozeRi opened 4 years ago

JozeRi commented 4 years ago

Hey, is it possible to rewind more than one item?

avinashbanswada commented 4 years ago

val setting = RewindAnimationSetting.Builder() .setDirection(Direction.Left) .setDuration(Duration.Slow.duration) .setInterpolator(DecelerateInterpolator()) .build() manager.setRewindAnimationSetting(setting) cardStackView.smoothScrollToPosition(0)

TonyLead commented 1 month ago

up