D
D
Denis Bukreev2016-10-03 13:35:34
JavaScript
Denis Bukreev, 2016-10-03 13:35:34

How to move content by mouse drag/slide across the screen?

How to do this drag and drop? Something like here: https://www.youtube.com/watch?v=J0u4B9lzBDw

At the moment, the horizontal scroll is organized by catching the vertical scroll through the touchpad / mouse wheel

UPD: I attached my solution in response

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Minisol, 2016-10-03
@denisbookreev

use drag events (ondragstart, ondragleave) and move the block with dates left/right

S
Sergey ZSA, 2016-10-03
@serjikz

This is a carousel. You can try to make from this one: kenwheeler.github.io/slick there is something similar here.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question