From 17b18f1adde54554d078ae85d2decc51ef56eaed Mon Sep 17 00:00:00 2001 From: Cobalt-60 <95923271+plastics-eater@users.noreply.github.com> Date: Wed, 17 May 2023 22:40:04 -0400 Subject: [PATCH] Update games.js --- static/assets/js/games.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/assets/js/games.js b/static/assets/js/games.js index 60697a4..a8742bb 100644 --- a/static/assets/js/games.js +++ b/static/assets/js/games.js @@ -3,7 +3,7 @@ import frame from './frame.js'; const tiltEffectSettings = { max: 10, // max tilt rotation (degrees (deg)) - perspective: 1200, // transform perspective, the lower the more extreme the tilt gets (pixels (px)) + perspective: 800, // transform perspective, the lower the more extreme the tilt gets (pixels (px)) scale: 1.05, // transform scale - 2 = 200%, 1.5 = 150%, etc.. speed: 800, // speed (transition-duration) of the enter/exit transition (milliseconds (ms)) easing: 'cubic-bezier(.03,.98,.52,.99)' // easing (transition-timing-function) of the enter/exit transition