move by scrolling 3 elements with 1 event handler – Javascript
I'm trying to move the 3 scrollbar from 3 <div class="container"> by the class name with the same event at one time. This is my approach: In first place I share the event handler from the script function handleScroll(event: any)…