Lowering the intensity of bounce EasingStyle

I’ve been working on an animation for a door using tweens, and I used the bounce EasingStyle to create a slight bounce back. However, the bounce is very intense, with the door bouncing nearly halfway back to its original position. Is there any way to lower the intensity of the EasingStyle?

try using the Elastic easingstyle instead with EasingDirection.Out, it’s far less intense and much snappier