javascript - How to implement a navigation menu that can slide left and right
習慣沉默
習慣沉默 2017-07-05 11:03:37
0
2
837

Similar to http://m.hexun.com The light red navigation bar at the top can move smoothly left and right. This way you can put more menu items on the phone screen.

Is there any juery plug-in for this effect?

When I search for slide menu online, the website navigation comes out from the middle of the screen, which is not the effect I want.

習慣沉默
習慣沉默

reply all(2)
三叔

Write one yourself
http://www.qdfuns.com/notes/2...

ringa_lee

Write it yourself, it’s very simple, the structure is similar to:

<Package>

<列表>
<列表>
<列表>
<列表>

</package>

This format.
The list items float, the wrapping element sets the width according to the size of the list, and then implements it through transform and mouse (touch) events

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!