|
|
|
@ -257,7 +257,8 @@ const tableAnimation = (el) => {
|
|
|
|
}, 2000);
|
|
|
|
}, 2000);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
const flip = (el,time = 2000) => {
|
|
|
|
const flip = (el,time = 2000) => {
|
|
|
|
console.log(123)
|
|
|
|
console.log($(el + '>.table>.tbody').scrollTop())
|
|
|
|
|
|
|
|
console.log($(el + '>.table>.tbody').outerHeight(true))
|
|
|
|
$(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)
|
|
|
|
|