Internal
Test page for the v2 particle effect. Edit /assets/js/particle-logo-v2.js — changes here are isolated from the live /web/* pages.
ReloadA sandbox cloned from the live particle-logo hero, with namespaced globals so it can't interfere with production. Three files make it work:
/assets/js/particle-logo-v2.js — the animation library (edit freely)newhome/includes/anim-hero-v2.php — wrapper that loads v2 + pushes to __rpParticleLogoQueueV2newhome/web/test-particle/index.php — this page; calls rp_anim_hero_v2()Live pages keep using v1 (particle-logo.js, __rpParticleLogoQueue, RPParticleLogo). When you're happy with v2, copy the changes back into v1 — or rename v2 to replace v1.