diff --git a/static/assets/js/games.js b/static/assets/js/games.js index 6e56f9b..fb25342 100644 --- a/static/assets/js/games.js +++ b/static/assets/js/games.js @@ -6,7 +6,7 @@ const tiltEffectSettings = { perspective: 1000, // 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,.39,.52,.99)' // easing (transition-timing-function) of the enter/exit transition + }; const load = () => {