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 e144429 commit aa5f7d1Copy full SHA for aa5f7d1
sources/fabric/fabricFrameSources.js
@@ -26,7 +26,7 @@ function getTranslationParams({ progress, zoomDirection, zoomAmount }) {
26
27
if (zoomDirection === 'right') translation = (progress) * range - range / 2;
28
else if (zoomDirection === 'left') translation = -((progress) * range - range / 2);
29
-
+
30
return translation;
31
}
32
0 commit comments