Where you currently set the width of the bar, in the every tick action, change the value to:
lerp( Self.Width , {NewValue} , dt * {factor} )
Where {NewValue} is the current equation you are using to determine the width of the bar, and where {factor} is the speed by which you want it to animate.