mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
make generic fade animation css class
This commit is contained in:
+2
-2
@@ -51,11 +51,11 @@
|
||||
that.$element = null
|
||||
}
|
||||
|
||||
$.support.transition ?
|
||||
$.support.transition && this.$element.hasClass('fade') ?
|
||||
this.$element.bind(transitionEnd, removeElement) :
|
||||
removeElement()
|
||||
|
||||
this.$element.removeClass('show')
|
||||
this.$element.removeClass('in')
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user