la-scrollable demo

class="la-scrollable la-scrollable-animated"

1
2
3
4
5
6
7
8
9
10
11
12
        /* hint: */

        .row.la-scrollable {
          display: flex;
          width: 1320px;
          overflow: hidden;
        }

        .item {
          flx-shrink: 0;
        }