Bump the animation size up a little bit more
This commit is contained in:
parent
25bde3560b
commit
d680a36cab
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue