cryptomator.github.io icon indicating copy to clipboard operation
cryptomator.github.io copied to clipboard

Anti-aliased animation

Open tobihagemann opened this issue 5 years ago • 1 comments
trafficstars

A user noticed that the cloud animation is not anti-aliased on Firefox. He states that it is fixable via:

outline: 1px solid transparent;

However, I was not able to reproduce the issue (macOS, Retina display) and I don't understand the workaround quite yet. :smile: Would appreciate confirmation and some reference/source for this fix.

tobihagemann avatar Apr 28 '20 11:04 tobihagemann

I don't understand the workaround quite yet

Just guessing, but I assume that when there is an outline (even a transparent one like in this case), AA happens between the node and its outline. Since the outline belongs to the node, the "hovering" animation of the cloud applies to it as well. The relative movement between node and outline is zero the whole time, therefore no re-calculation of AA is required.

Between node and background (container), there is no AA.

overheadhunter avatar Jan 28 '21 08:01 overheadhunter