Bump the animation size up a little bit more

This commit is contained in:
Robin Townsend 2022-06-01 10:41:49 -04:00
parent 25bde3560b
commit d680a36cab

View file

@ -135,7 +135,7 @@ export const PTTButton: React.FC<Props> = ({
}, [onWindowMouseUp, onWindowTouchEnd, onButtonTouchStart, buttonRef]); }, [onWindowMouseUp, onWindowTouchEnd, onButtonTouchStart, buttonRef]);
const { shadow } = useSpring({ const { shadow } = useSpring({
shadow: (Math.max(activeSpeakerVolume, -70) + 70) * 0.5, shadow: (Math.max(activeSpeakerVolume, -70) + 70) * 0.6,
config: { config: {
clamp: true, clamp: true,
tension: 300, tension: 300,