Gradient blurs (decimal point blurs)?

How can I create a smooth fading blur? I noticed that blurs only work with integer values, not real so when trying to apply a gradient to a blur it’s not smooth but divided into steps. See my image for an explanation.
How should I handle this? Is it possible to create smooth fading blurs?


figured out I can use relative in blur nodes and get blurring in percent…