How to animate slimScroll using jQuery
问题 How can I animate this using jQuery? I'm trying to create a smooth scroll-to function when the user clicks the span p1c1 . The slimScroll is working, but I'm not sure how to incorporate an animation function into this. Should I try tweening? $('.p1c1').on("click", function(){ var fromTop = $('.p2c1').position().top; $("#panel2").slimScroll({ scrollTo: fromTop }); }); This is the type of animation I'm trying to do, but within my slimScroll panel: $('html, body').animate({ scrollTop: $(".middle