|
|
|
@ -257,6 +257,7 @@ const tableAnimation = (el) => {
|
|
|
|
}, 2000);
|
|
|
|
}, 2000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const flip = (el,time = 2000) => {
|
|
|
|
const flip = (el,time = 2000) => {
|
|
|
|
|
|
|
|
console.log(123)
|
|
|
|
$(el + '>.table>.tbody').animate({
|
|
|
|
$(el + '>.table>.tbody').animate({
|
|
|
|
scrollTop: $(el + '>.table>.tbody').scrollTop() + $(el + '>.table>.tbody').outerHeight(true)
|
|
|
|
scrollTop: $(el + '>.table>.tbody').scrollTop() + $(el + '>.table>.tbody').outerHeight(true)
|
|
|
|
},time)
|
|
|
|
},time)
|
|
|
|
|