We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When clicking left button card is swiped in right direction, but it is set to left
binding.skipButton.setOnClickListener { val settingLeft = SwipeAnimationSetting.Builder() .setDirection(Left) .setDuration(Duration.Normal.duration) .setInterpolator(AccelerateInterpolator()) .build() manager.setSwipeAnimationSetting(settingLeft) binding.stackView.swipe() }
The text was updated successfully, but these errors were encountered:
cardStackLayoutManager.setDirections(Direction.HORIZONTAL)
add this line in basic manager setup
Sorry, something went wrong.
Thanks @martavoice - unfortunately, that didn't solve it, whether I add setDirections() before or after setSwipeAnimationSetting
setDirections()
setSwipeAnimationSetting
No branches or pull requests
When clicking left button card is swiped in right direction, but it is set to left
The text was updated successfully, but these errors were encountered: