enter image description hereI basically want it to scroll both ways like it is demonstrated above since when I tried to alter the default direction from (lfr) to (rtl), the result was the same but in reverse.
<div id="scroll" class="scroll-smooth w-[700px] h-full flex justify-center items-center py-[40px] w-full px-[3rem] " style=" overflow: scroll;
direction:rtl; ">
<div class="flex items-center justify-center gap-x-[2rem]
gap-x-[20px]" style=" height: 100%;">
<img class="item" src="https://i.imgur.com/N4sZXKq.png" alt="" srcset="">
<img class="item" src="https://i.imgur.com/N4sZXKq.png" alt="" srcset="">
<img class="item" src="https://i.imgur.com/N4sZXKq.png" alt="" srcset="">
</div>
</div>