Skip to content

Commit

Permalink
fixed certain animations not playing on dismiss
Browse files Browse the repository at this point in the history
  • Loading branch information
catc committed Sep 20, 2014
1 parent c8ca407 commit 5b15c8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions javascripts/igrowl.js
Expand Up @@ -129,6 +129,7 @@

if ( options.animation ) {
this.template
.removeClass( options.animShow )
.addClass( options.animHide )
.one(animStart, function(e){
if ( typeof options.onHide === 'function' ) options.onHide();
Expand Down
2 changes: 1 addition & 1 deletion javascripts/igrowl.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5b15c8e

Please sign in to comment.