Share Posted July 22, 2019 So trying to work around an issue/bug in Chrome (latest version only as far as I can tell) where it only looks at an initial value of SVG Blur Filters (specifically, in this case, the stdDeviation attr). I understand that animating defs can cause some very mixed results, but I can't think of a good alternative (aside from Canvas/GL) I have a solution that works, but it seems really hacky (un-comment lines 8-15). Can anyone think of a better solution ? See the Pen XvmYwy by elegantseagulls (@elegantseagulls) on CodePen 1 Link to comment Share on other sites More sharing options...
Share Posted July 22, 2019 How about something like this? See the Pen bXVPWY by PointC (@PointC) on CodePen Does that help? 5 Link to comment Share on other sites More sharing options...
Author Share Posted July 23, 2019 @PointC Amazing! You're a hero! Always blown away by the support on these Forums, and the willingness to help on even non-gsap related issues. Tweaked it slightly to eliminate the hard line on top: See the Pen wVMXYG by elegantseagulls (@elegantseagulls) on CodePen 5 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now