Custom Code implementing SVG filter buttons

Hey @ceefor, great tips!

But I still don’t get it ;).
I opened this other ticket a while back too. Because I am thinking in start using the webflow host.

I have to copy all .js (main and tweenmax) and the main.css to the custom code, and then

Then, we define the filter inside an SVG object which we will place in our HTML:








Now we apply the filter we just created to the button in the following way:
.button {
/* other styles */
-webkit-filter: url(“#filter”);
filter: url(“/#filter”);
}

I am really a newbie with code, hope you could help me!

Thanks!