so animating a blur doesn't work now?
It worked in the past i've used it many times. doesn't seem to be working now. I just looked at an old file where it was working fine and now it isn't working at all.
It worked in the past i've used it many times. doesn't seem to be working now. I just looked at an old file where it was working fine and now it isn't working at all.
Yes, animating blurs isn't supported in Canvas for performance reasons. Browsers do not natively implement blurring canvas elements, or any other filter effects, so they all have to be emulated in JavaScript, which is very slow.
The best compromise is to use a cached version of a blurred image and then fade it in or out. Alpha compositing of bitmaps IS natively supported by the canvas element, so it's fast enough to animate.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.