Avinash Banswada
Avinash Banswada
where is mViewReplacer, I don't see in the above code
> setting mViewReplacer to null fixed this issue (did it using reflection as a quick hack). > don't think anyone is managing this project or responding to PRs now. Hi...
Can you explain in detail please
val setting = RewindAnimationSetting.Builder() .setDirection(Direction.Left) .setDuration(Duration.Slow.duration) .setInterpolator(DecelerateInterpolator()) .build() manager.setRewindAnimationSetting(setting) cardStackView.smoothScrollToPosition(0)