Open Hero-rafter opened 2 years ago
给定时间后,当吐司消失时,它会在某个点破裂。
请参阅此屏幕截图。
i have the same problem.Have you solved the problem?
@coderlcb Actually we didn't get proper solution but in our code, there are two params animation
and reverseAnimation
, so what we can do is, don't pass same for these two arguments.
animation: StyledToastAnimation.fade, reverseAnimation: StyledToastAnimation.none,
Give value of these two as different. Don't keep is same.
@coderlcb Actually we didn't get proper solution but in our code, there are two params
animation
andreverseAnimation
, so what we can do is, don't pass same for these two arguments.
animation: StyledToastAnimation.fade, reverseAnimation: StyledToastAnimation.none,
Give value of these two as different. Don't keep is same.
thank you! that's exactly what I want!
After given time, when toast disappears, it is breaking at a point.
Refer this Screen shot.