Bugfix: Scaling bug on swipe, when window scale is not 1 (#736)

This commit is contained in:
Christoph Weiler
2019-06-13 12:27:27 +02:00
committed by Henrik Ingo
parent c61403d57a
commit 628b78f3fd
2 changed files with 2 additions and 2 deletions

View File

@@ -703,7 +703,7 @@
// can do about it?
order: k < 0.7 ? currentState.rotate.order : nextStep.rotate.order
},
scale: interpolate( currentState.scale, nextScale, k )
scale: interpolate( currentState.scale * windowScale, nextScale, k )
};
css( root, {