Skip to content

Commit

Permalink
Merge pull request #6539 from SimonBrandner/feature/increase-anim-spe…
Browse files Browse the repository at this point in the history
…ed/18371

Increase PiP snapping speed
  • Loading branch information
Palid committed Aug 4, 2021
2 parents 139a402 + 372cbbf commit dc88686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/voip/CallPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const PIP_VIEW_WIDTH = 336;
const PIP_VIEW_HEIGHT = 232;

const MOVING_AMT = 0.2;
const SNAPPING_AMT = 0.05;
const SNAPPING_AMT = 0.1;

const PADDING = {
top: 58,
Expand Down

0 comments on commit dc88686

Please sign in to comment.