mouse0270 / bootstrap-notify

Turns standard Bootstrap alerts into "Growl-like" notifications.
http://bootstrap-notify.remabledesigns.com/
MIT License
2.25k stars 642 forks source link

Problems on Firefox (Linux) -working on Chrome- #125

Open rubensa opened 8 years ago

rubensa commented 8 years ago

A video from default demo page (http://bootstrap-notify.remabledesigns.com/), with same (default) configuration: Left: Chrome Version 46.0.2490.80 (64-bit) Right: Firefox 42.0

https://youtu.be/68HXUcnuNrc

rubensa commented 8 years ago

May be related to https://github.com/mouse0270/bootstrap-notify/issues/97

mouse0270 commented 8 years ago

It is can you try adding something like this to your css file:

[data-notify="container"] {
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
rubensa commented 8 years ago

Umm... injected using Firefox developer tools' "Style Editor" (as I was trying your demo page) and works like a charm...

PS: Why don't you include that CSS in your demo page (to make it compatible with Firefox)?

mouse0270 commented 8 years ago

Because I didn't know it was an issue with Firefox. haha. I took an educated guess at the problem and responded to you.

I will look into updating the documentation as soon as I can.

rubensa commented 8 years ago

Thanks and sorry fon any inconvenience.

PS: I was not talking about documentation but live demo in your page (some may think that library doesn't work if live demo doen't work in their browser)

mouse0270 commented 8 years ago

I am going to leave this open, otherwise there is a good chance I'll forget about it.