bootstrap-notify
bootstrap-notify copied to clipboard
Problems on Firefox (Linux) -working on Chrome-
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
May be related to https://github.com/mouse0270/bootstrap-notify/issues/97
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;
}
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)?
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.
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)
I am going to leave this open, otherwise there is a good chance I'll forget about it.