Skip to content

moveLeft and moveRight functionality without using drag-scroll-item #280

Open
@ahavagowtham

Description

@ahavagowtham
  • **I'm submitting a feature request

moveLeft and moveRight functionality without using drag-scroll-item

current behavior:
MoveLeft and moveRight only works if there is drag-scroll-item directive

<drag-scroll #nav style="width: 50px; height: 50px"> <span drag-scroll-item> Big text goes here... </span> <span drag-scroll-item> Big text goes here... </span> <span drag-scroll-item> Big text goes here... </span> </drag-scroll>

expected behavior:
<drag-scroll #nav style="width: 50px; height: 50px"> <span> some big image which can be scrolled vertically or horizontally. </span> </drag-scroll>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions