Jens Lincke

Results 50 comments of Jens Lincke

BUMP BUMP

or a POID protocol, now that the service work file system is deprecated

problem: when halos are open they do things even if they don't have the focus

halos should stay open as long as not actively click on the background or pressing ESC or something so they can be used to see where the target is etc...

idea: use motation observer to notice movement problem: movement can also be caused indirectly, e.g. through scrolling the container...

yep, still does not move with target... here is code to test it: ```javascript var stop = false async function move() { lively.moveBy(that, pt(1,0)) if (!stop) { await lively.sleep(100) move()...

![ezgif-4-524ba4060b46](https://user-images.githubusercontent.com/1466247/64698997-34f97700-d4a4-11e9-81bd-b93513eacd24.gif)