Skip to content

Fix tile flickering.

Arnaud B. requested to merge arnaudb/fix-tile-flickering into master

When hovering a block, some tiles were directly being highlighted, while other were flickering. The latter were tiles that already moved: they were using the animation settings of the moving animation, that were not reseted. Set an animation before changing opacity, so that all tiles act the same (and be –softly– animated).

The MR also contains various unrelated cleanings.

Merge request reports