mrmiguu / coco

Golang WebAssembly Framework
MIT License
110 stars 4 forks source link

DOM Layout Flicker #8

Open mrmiguu opened 5 years ago

mrmiguu commented 5 years ago

Patching of the DOM tree (at least on Safari) causes a flicker when performed fast.

(It seems replaceChild might be to blame.)

Example: coco-dom-layout-flicker.gif