ting
ting copied to clipboard
The animation effect will be different
For example, the animation of a checkmark is sometimes displayed from bottom to top like handwriting, while other times a complete checkmark is displayed first and then the animation is played. I think both are good, but the effect is a bit inconsistent not very good. My mobile platform is Android
toast({
title: 'success',
position: 'bottom',
duration: 1,
message: 'xxx',
});
Another issue I found that I'm not sure if it's a feature or a bug is that the duration of the animation can only be an integer, something like 1.5 doesn't work