DavidHDev/vue-bits

[BUG]: Toast message displayed on every 'delay' change instead of waiting for the animation to end

Closed this issue · 2 comments

Describe the issue

As you can see in the picture below, changing the 'Delay' switch will fire the toast message without waiting for the animation to end.

Image

Reproduction Link

No response

Steps to reproduce

  1. Go to 'Blur Text' text animation
  2. Make sure 'Show Completion Toast' is enabled
  3. Update the 'Delay' value

Validations

  • I have checked other issues to see if my issue was already reported or addressed

Good catch!

Fixed it in this commit!

Coolio!