We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a35fc26 commit f41786dCopy full SHA for f41786d
src/sheets-of-glass/animations.ts
@@ -15,10 +15,10 @@ export const createPreMoveAnimation = (
15
): Animation => {
16
const diff = Math.max(
17
Math.abs(tabSelectedElement.getBoundingClientRect().left - currentTouchedElement.getBoundingClientRect().left),
18
- 120,
+ 140,
19
);
20
return createAnimation()
21
- .duration(diff * 1.8)
+ .duration(diff * 2.1)
22
.easing('ease-out')
23
.addElement(effectElement)
24
.beforeStyles({
0 commit comments