Skip to content

Try to make connectivity indicator performance a bit better

Try to make connectivity indicator performance a bit better. Based on the demos and discussion in https://gitlab.com/gitlab-org/gitter/webapp/issues/2242, I don't think this does much. The prefers-reduced-motion is the main addition that has some effect.

Fix https://gitlab.com/gitlab-org/gitter/webapp/issues/2242

  • Make colors solid for maybe easier compositing
  • Add @media (prefers-reduced-motion: reduce) { to disable the animation when the user wants us to

If I turn on paint flashing in Chrome, I don't see paints on the chat or indicator.

Edited by Eric Eastwood

Merge request reports