Juc1 Posted February 27, 2021 Posted February 27, 2021 Hi all In my pen I have an SVG filter with a value of 90 - can this value be targeted / animated? Thanks... See the Pen QWGQXoR by Juc1 (@Juc1) on CodePen.
Solution ZachSaucier Posted February 27, 2021 Solution Posted February 27, 2021 Hey Juc1. The main issue here is that CSS filters can not be applied to SVG elements in Chrome. So if you apply an SVG filter and animate that instead, it works: See the Pen ExNEYRM?editors=1010 by GreenSock (@GreenSock) on CodePen. 4
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