theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

Improve animation on model update #143

Open spoenemann opened 7 years ago

spoenemann commented 7 years ago

Currently UpdateModelCommand supports move animations for moved elements and fade in / out for added and removed elements. It should support more model changes:

Maybe this could be realized with a generic attribute interpolation algorithm for attributes of certain types (number, Point, Dimension)?