Alexander Wunschik
Alexander Wunschik
One user reports: > Sometimes bubbles get disconnected from the lines and stuck in the field.
Step forward/backward through a series of animation steps like this: ```js var presentation = [ [ "CREATE_NODE", "Alice" ], [ "CREATE_NODE", "Bob" ], [ "OPEN_CHANNEL", "Alice", "Bob", 5, 0 ],...
The moving of beads is still buggy: 
* [ ] find a path by a given source- and a target-node. * [ ] make it possible to define custom routing algorithms. * [ ] Highlight a path...
It should be possible to chain function calls: ```js bn.addNode("Alice") .addNode("Bob") .addChannel("Alice", "Bob") .delay(2000) .moveBeads("Alice", "Bob", 2) .delay(2000) .moveBeads("Bob", "Alice", 1) .delay(10000) .restart() ```
bootstrap-select >= 1.13.0 has Bootstrap 4 support. We should update!