S
S
Sergey Miller2017-06-25 13:20:19
JavaScript
Sergey Miller, 2017-06-25 13:20:19

Swipe menu scrolling with a finger on the phone like Yandex?

9da3f47f01f14324bd1665acb4df5420.jpg

There are navigation points here:
Home Moscow Politics ......

When you go to yandex.ru from your phone, you scroll this menu with your finger to the left and it scrolls.
How can this be organized? I tried using the owl-slider, but there is no way to fix the distances between menu items, and they are too large than necessary.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
P
Pavel, 2017-06-25
@blackseabreathe

Why invent yourself crap? Yandex uses native scroll

.scroller {
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
}

D
dark hole, 2017-06-25
@abyrkov

Use the library touchSwipe library , which is made specifically for this?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question