How can I modify the blur factor with a tween?
I'm trying to make the animations in my lens as smooth and appealing as possible, one part of this is making a panel with a gaussian blur fade in/out. Since I don't believe this can be controlled with an Alpha tween, is there a way I could use the 'Value Tween' to ease in/out the blur factor for a material?
I've gone into the visual material editor and found the variable I need to change, so how do I get the value from my 'Value Tween' to go in the place of that material blurFactor variable?