Skip to content
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

Slide Effect in Firefox and Safari Browser #34

Open
JKDE opened this issue Mar 16, 2022 · 1 comment
Open

Slide Effect in Firefox and Safari Browser #34

JKDE opened this issue Mar 16, 2022 · 1 comment

Comments

@JKDE
Copy link

JKDE commented Mar 16, 2022

Hi, i have some troubles with the 'slide' effect in Firefox and Safari Browsers. Chrome is working fine.
Problem: Notify is shown for a millisecond and then disappears.
On the Demo page as well. Sometimes the first notification is working fine, but the second disappears quickly. 'fade' effect has no problems.
Setting:

new Notify ({
    status: 'success',
    title: 'Notify Title',
    text: 'Notify text lorem ipsum',
    effect: 'slide',
    speed: 300,
    customClass: '',
    customIcon: '',
    showIcon: true,
    showCloseButton: true,
    autoclose: false,
    autotimeout: 3000,
    gap: 20,
    distance: 20,
    type: 1,
    position: 'right top'
  })

https://simple-notify.github.io/simple-notify/

@chrismaaz
Copy link

Same thing here, it slides in and out instantaneously. The same effect also happens in Safari in iOS.

Also in Safari, it doesn't display the SVG icons. Any chance for a fix?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants