Jaime Pillora

Results 313 comments of Jaime Pillora

since notifyjs doesn't use element styles (the style attribute), you should be able to simply override that css rule (.myapp .notifyjs-wrapper) On Tue, Aug 11, 2015 at 11:48 PM, alianos-...

`$.notify("slides up very slowllyyyyy", { hideDuration: 3000 });` seems to work, maybe you're looking for `autoHideDelay` ?

I think you need to horizontally align before you vertical align, try `left middle`

Ah yes now I remember, center middle isn't supported, needs a PR :) On Tue, Jan 21, 2014 at 1:04 AM, gitscattini [email protected]: > hi, thanks for your quick response....

A PR is a Pull Request, because it's open source, you can add in the features you like and then send your changes back to me to be merged in...

See docs, search notify-html On Tue, Feb 21, 2017 at 10:05 AM Erick Calder wrote: > if I write: > > $.notify("Fix me now", "success"); > > I get the...

You can edit the source and change the class name On Mon, 3 Jun 2019 at 5:12 am Marco Sulla wrote: > I don't know if you know it, but...

True, it's not in the spec though all browsers support it, so it's more of a nice-to-have - can close if not interested :+1: On Thu, 21 Sep 2017 at...

See https://velox.jpillora.com/ and open Dev Tools (this server is written in Go): Definitely supported in Chrome and Firefox, haven't tested IE and others though can't imagine why they also wouldn't...