Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Firefox is suddenly laggy? O.o Re: Firefox is suddenly laggy? O.o

#122521
Mottie
Member

It looks like foggy uses `-webkit-filter: blur(2px);` to blur the block in Webkit; but since Firefox doesn’t support it the blur filter, foggy makes about 16 copies of the block of HTML and positions it is a sort of circle to give it that blur effect… that’s why Firefox is laggy. I bet it would be even more laggy if there was a video in that block as well.