CANVE / canve-viz

CANVE visualizer UI
3 stars 1 forks source link

Feature/38 animate border #41

Closed danielabar closed 8 years ago

danielabar commented 8 years ago

Border animates in and out on selection/deselection, which user triggers by clicking on node to select, and click again to deselect.

Based on following some aurelia github issues, blog posts and SO, support for unit testing custom el/attr wrt dom manipulation is not there yet. Will just have to live without this for now, and revisit if/when it becomes available.

Also took this opportunity to upgrade aurelia as we were a few versions behind.