Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add animation when dragging the slider #552

Closed
@geniusit

Description

@geniusit

Steps to reproduce

  1. Move the pin to right or left
  2. Note that there aren't any animation from value to value.

Expected behaviour

It would be nice if an animation is visible when the user starts to move the pin.
The angular material already implements it as weel.
Note the animation on the angular material slider :
https://material.angularjs.org/latest/demo/slider

Rating: /5 - demo of theming classes example is particulary relevant.

When the user starts to move the pin, the pin starts to drag immediately. When the user release the mouse button, the pin will be move to the relevant value. (the next value if dragged distance is > 50 % or the current one if distance is < 50% of the distance between the next value)

Actual behaviour

The pin will move only when the user has moved it ON the next / previous value. There aren't any animation on it. Animation improves UX

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions