アニメーション効果のうち、タブを折りたたむアインメーション効果については、タブを折りたためない状態の時は無効化するようにした

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4117 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2009-04-14 07:30:55 +00:00
parent 816e184d8c
commit 9a34606349

View File

@ -3064,7 +3064,8 @@ TreeStyleTabBrowser.prototype = {
!this.animationEnabled ||
aJustNow ||
this.collapseDuration < 1 ||
!this.isVertical
!this.isVertical ||
this.mTabBrowser.getAttribute(this.kALLOW_COLLAPSE) != 'true'
) {
aTab.setAttribute(
'style',