MVA Global Fret static HTML site (mirror of GitHub MVA-Global-Fret/site-mva-global-fret) � deployed to VPS Falkenstein for mva-globalfret.com
Go to file
MVA Global Fret fd0acea058 Mobile: lighter render path + touch-to-accelerate the plane
Detects mobile via UA + 768 px media query (IS_MOBILE constant) and
flips three knobs:

- Renderer: antialias off, pixelRatio capped at 1.5 (vs 2 on desktop)
- Parcels: spawn every 2.4 s (vs 1.4 s on desktop) to keep clone+
  draw cost down

Adds touch handlers so users without a mouse can speed the plane up:

- touchstart bumps `touchBoost` from 1 to 6 → BASE_SPEED is multiplied
  by 6 each tick while a finger is on the screen
- touchmove also feeds Math.hypot(dx, dy) * MOUSE_BOOST into
  targetProgress, so swiping advances the plane the same way mouse
  motion does on desktop
- touchend / touchcancel reset touchBoost to 1 and clear last-touch
  coordinates

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-05 14:41:34 +02:00
.claude Swap colorkey'd cloud for Microsoft Fluent 3D cloud emoji 2026-05-05 01:50:44 +02:00
assets Switch parcel sprites to a real 3D parachute GLB with bound cargo 2026-05-05 13:32:48 +02:00
cloudflare-worker feat: numérotation séquentielle MVA-XXX, texte succès corrigé, message email/spam 2026-05-04 16:28:28 +02:00
css Slow the CTA emerge tween — 1.2 s → 2.2 s, opacity 0.5 s → 0.9 s 2026-05-05 14:11:28 +02:00
images/payment-logos Replace generic icons with real payment brand logos 2026-05-04 22:05:09 +02:00
js Mobile: lighter render path + touch-to-accelerate the plane 2026-05-05 14:41:34 +02:00
.gitignore Initial commit — Site MVA Global Fret 2026-05-02 22:23:48 +02:00
about.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
accueil.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
application.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
cgv.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
contact.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
guide-envoi.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
index.html Switch parcel sprites to a real 3D parachute GLB with bound cargo 2026-05-05 13:32:48 +02:00
PNG MVA GLOBAL FRET.png Initial commit — Site MVA Global Fret 2026-05-02 22:23:48 +02:00
service-commande.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00
tarifs.html Add cinematic parallax intro page as new landing 2026-05-04 22:18:02 +02:00