mirror of
https://github.com/VisActor/VTable
synced 2024-11-21 17:40:10 +00:00
fix: change scroll to top animation in CarouselAnimationPlugin
This commit is contained in:
parent
ee6c9c2c42
commit
b34cc3a51f
@ -104,7 +104,8 @@ export class CarouselAnimationPlugin {
|
||||
() => {
|
||||
this.updateRow();
|
||||
},
|
||||
animation ? this.animationDuration + this.animationDelay : 0
|
||||
// animation ? this.animationDuration + this.animationDelay : 0
|
||||
this.animationDuration + this.animationDelay
|
||||
);
|
||||
}
|
||||
|
||||
@ -129,7 +130,8 @@ export class CarouselAnimationPlugin {
|
||||
() => {
|
||||
this.updateCol();
|
||||
},
|
||||
animation ? this.animationDuration + this.animationDelay : 0
|
||||
// animation ? this.animationDuration + this.animationDelay : 0
|
||||
this.animationDuration + this.animationDelay
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user