ishanpm / chemlambda-editor

Javascript implementation of Chemlambda
MIT License
3 stars 0 forks source link

Fix flashing when adding nodes #2

Closed ishanpm closed 4 years ago

ishanpm commented 5 years ago

It's fixed here https://mbuliga.github.io/feed-the-quine.html by adding an extremely short fade-in, but I think there might be a way to have the nodes simply appear where they're supposed to be.

mbuliga commented 5 years ago

Agree! Incidentally an interesting unexpected visual effect if you comment line 232 duration(1) and you uncomment/replace it by delay(1) or even delay(5).