-
Notifications
You must be signed in to change notification settings - Fork 82
Open
Description
Hi, thanks for the great library.
When in use, I display a 6-digit number, but there is a certain probability that the fifth digit does not appear. However, I checked the logs by use Logger.e(binding.alphaBetView.getText().toString()) to log and found that the result is actually correct.
And the config I write:
binding.alphaBetView.animationDuration = 2_000L
binding.alphaBetView.charStrategy = Strategy.CarryBitAnimation()
binding.alphaBetView.addCharOrder(CharOrder.Number)
binding.alphaBetView.animationInterpolator = AccelerateDecelerateInterpolator()
Environment: Android 11
Metadata
Metadata
Assignees
Labels
No labels