distillpub / post--building-blocks

The Building Blocks of Interpretability
https://distill.pub/2018/building-blocks
Creative Commons Attribution 4.0 International
87 stars 27 forks source link

Tough to reproduce flickering bug #7

Closed ludwigschubert closed 6 years ago

ludwigschubert commented 6 years ago

When hovering over the activation grids, scrolling sideways so the pointer lands on a magnified activation visualization leads to flickering. See demo here.

Maybe it just needs a relaxed scope for the hover state?

arvind commented 6 years ago

After blocking pointer-events with 4279b73 I wasn't able to reproduce the issue. Does that fix it for you too, @ludwigschubert?