longlostnick / bootstrap-growl

Pretty simple jQuery plugin that turns standard Bootstrap alerts into "Growl-like" notifications.
http://ifightcrime.github.io/bootstrap-growl
MIT License
806 stars 207 forks source link

Shrinking gap when closing an alert #45

Open ilyai opened 10 years ago

ilyai commented 10 years ago

Vertical repositioning of alerts when they are being closed, thus preventing gaps between them. Especially applicable if delay is long enough or set to zero.

This feature is activated by autoshrink option.

lethosor commented 10 years ago

Is there a way to make this apply to alerts that time out as well? (I've been trying to intercept bs.alert.closed events, but I haven't had any luck getting it to work so far.)