CardStackView
CardStackView copied to clipboard
Rewind more than one item?
Hey, is it possible to rewind more than one item?
val setting = RewindAnimationSetting.Builder() .setDirection(Direction.Left) .setDuration(Duration.Slow.duration) .setInterpolator(DecelerateInterpolator()) .build() manager.setRewindAnimationSetting(setting) cardStackView.smoothScrollToPosition(0)