How to use JavaScript to achieve the horizontal sliding effect of applications in Google Play stores?

such as the title, after searching, they all found examples of the Android platform. horizontal sliding effect of the application in the Google Play store probably means that there are a lot of pictures in a

, but because this
has a width, it will wrap after the picture occupies a full line, and the effect I want to achieve is not to wrap the line, to display it in parallel, and to browse the excess content by swiping (the phone uses gestures directly, the computer has a horizontal scroll bar). Specifically, you can refer to the application recommendations of Google Play, and the effects used by their various plates are exactly what I need.


just:


        </div>
    </body>
</html>
Menu