mirror of https://github.com/vector-im/riot-web
Merge pull request #6539 from SimonBrandner/feature/increase-anim-speed/18371
Increase PiP snapping speedpull/21833/head
commit
dc88686f9d
|
@ -36,7 +36,7 @@ const PIP_VIEW_WIDTH = 336;
|
||||||
const PIP_VIEW_HEIGHT = 232;
|
const PIP_VIEW_HEIGHT = 232;
|
||||||
|
|
||||||
const MOVING_AMT = 0.2;
|
const MOVING_AMT = 0.2;
|
||||||
const SNAPPING_AMT = 0.05;
|
const SNAPPING_AMT = 0.1;
|
||||||
|
|
||||||
const PADDING = {
|
const PADDING = {
|
||||||
top: 58,
|
top: 58,
|
||||||
|
|
Loading…
Reference in New Issue