アニメーション効果のうち、タブを折りたたむアインメーション効果については、タブを折りたためない状態の時は無効化するようにした
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4117 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
816e184d8c
commit
9a34606349
@ -3064,7 +3064,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
!this.animationEnabled ||
|
!this.animationEnabled ||
|
||||||
aJustNow ||
|
aJustNow ||
|
||||||
this.collapseDuration < 1 ||
|
this.collapseDuration < 1 ||
|
||||||
!this.isVertical
|
!this.isVertical ||
|
||||||
|
this.mTabBrowser.getAttribute(this.kALLOW_COLLAPSE) != 'true'
|
||||||
) {
|
) {
|
||||||
aTab.setAttribute(
|
aTab.setAttribute(
|
||||||
'style',
|
'style',
|
||||||
|
Loading…
Reference in New Issue
Block a user