-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tweaked animations? #12
Comments
Yep - I love it :) I didn't write the animations, somebody else added them in a PR. They're decent, but I do prefer the toastify ones, so I'll be happy to take a PR. |
This broke things for me.... now the notification slides in and immediately disappears. I think its opacity flips back to 0 for some reason. |
What broke things? There hasn't been any work done on this issue as far as I know. |
@tmadge is probably referring to https://github.com/beyonk-adventures/svelte-notifications/pull/17/files |
It seems to work fine for me - https://svelte.dev/repl/dd506c546df84c1994a5ae9928ad23b1?version=3.12.1 Do you have any more detail? browser etc? |
@tmadge If you can make the notifications zip off to the right (like https://fkhadra.github.io/react-toastify/ ) rather than fading away then that'd be great! @timsully and I haven't gotten around to doing that part yet, but I sure think it'd be an improvement. |
Thanks for the repl. It must be something in my site that's causing it to hide. I added
|
I had to make the same opacity patch because out of the box had the same issue. |
The incoming and outgoing default animation for https://fkhadra.github.io/react-toastify/ is so awesome. Would you consider tweaking the existing animation to support it? If not, would you accept a PR that swaps the current animation with the default react-toastify one?
Thanks!
The text was updated successfully, but these errors were encountered: