1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-10-03 08:41:59 +02:00

straight trash wang

This commit is contained in:
fat
2013-05-16 17:18:15 -07:00
parent 53bc93282f
commit 149ecd21bf
10 changed files with 731 additions and 775 deletions

View File

@@ -56,7 +56,7 @@
}
this.$element[dimension](0)
this.transition('addClass', $.Event('show'), 'shown')
this.transition('addClass', $.Event('bs:collapse:show'), 'shown')
if ($.support.transition) this.$element[dimension](this.$element[0][scroll])
}
@@ -65,7 +65,7 @@
if (this.transitioning || !this.$element.hasClass('in')) return
var dimension = this.dimension()
this.reset(this.$element[dimension]())
this.transition('removeClass', $.Event('hide'), 'hidden')
this.transition('removeClass', $.Event('bs:collapse:hide'), 'hidden')
this.$element[dimension](0)
}