react-timeline-9000 icon indicating copy to clipboard operation
react-timeline-9000 copied to clipboard

Add proposed animation changes to onInteraction prop

Open vasdee opened this issue 6 years ago • 0 comments

Allow the user to define how to animate the items during an dragmove or resizemove event. The timeline should pass in options for each of the select items such as the dx, current width, x, y ( basically rectangle properties) and the user can simply return the proposed changes to accept them, or define their own.

This should facilitate the user being able to define custom scenarios during multi-selected drag and resize events.

vasdee avatar Jul 04 '18 03:07 vasdee