wobsoriano / svelte-sonner

An opinionated toast component for Svelte. A port of @emilkowalski's sonner.
https://svelte-sonner.vercel.app
MIT License
715 stars 23 forks source link

Animation not working #1

Closed jessielaf closed 1 year ago

jessielaf commented 1 year ago

Problem

Love the idea behind this package. However, I am not seeing the animations. See:

https://github.com/wobsoriano/svelte-sonner/assets/23742276/4ca8f5d5-bf7c-4f0f-a505-ea8f523630cb

Environment

Tested browsers: ARC and safari OS: Ventura 13.3.1 (a)

If you need any more information, please let me know!

wobsoriano commented 1 year ago

Hey! Thanks.

This is a port of Sonner - a react component. Can you try testing the original React implementation and see if you also get no animations? - https://sonner.emilkowal.ski/

jessielaf commented 1 year ago

@wobsoriano I get the same result with react sonner. Should I create an issue there?

wobsoriano commented 1 year ago

@jessielaf yes, please! Thanks :)

wobsoriano commented 1 year ago

What's your Safari version?

Screenshot 2023-07-05 at 9 14 07 AM
wobsoriano commented 1 year ago

Can you check if it's working now on the site? - https://svelte-sonner.vercel.app/

Added webkit and moz support for transition that might probably fix it 🤔

jessielaf commented 1 year ago

@wobsoriano my safari version is "Version 16.4 (18615.1.26.110.1)"

I have also tried it on ARC, which is chromium based. I have the same result there.

wobsoriano commented 1 year ago

https://github.com/emilkowalski/sonner/issues/96