ting icon indicating copy to clipboard operation
ting copied to clipboard

The animation effect will be different

Open wkz2003 opened this issue 6 months ago • 1 comments

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

wkz2003 avatar Aug 16 '24 08:08 wkz2003