otros:agradecimientos
Diferencias
Muestra las diferencias entre dos versiones de la página.
| Ambos lados, revisión anteriorRevisión previaPróxima revisión | Revisión previa | ||
| otros:agradecimientos [2026/05/06 17:18] – jesus | otros:agradecimientos [2026/05/06 17:28] (actual) – jesus | ||
|---|---|---|---|
| Línea 8: | Línea 8: | ||
| } | } | ||
| - | /* --- LÍDER | + | /* --- LÍDER |
| #pcw_leader { | #pcw_leader { | ||
| position: absolute; inset: 0; background: #1a1a1a; z-index: 200; | position: absolute; inset: 0; background: #1a1a1a; z-index: 200; | ||
| display: flex; flex-direction: | display: flex; flex-direction: | ||
| } | } | ||
| - | .pcw_disc | + | |
| - | width: | + | .pcw_brand_main { color: #0f0; font-size: 3.2em; font-weight: |
| + | |||
| + | | ||
| + | width: | ||
| position: relative; display: flex; align-items: | position: relative; display: flex; align-items: | ||
| - | background: #000; overflow: hidden; | + | background: #000; overflow: hidden; box-shadow: 0 0 30px rgba(255, |
| } | } | ||
| - | | + | |
| + | /* Anillos concéntricos técnicos */ | ||
| + | | ||
| + | .pcw_ring_inner { position: absolute; width: 240px; height: 240px; border: 2px solid rgba(255, | ||
| + | |||
| + | /* Cruceta de mira telescópica */ | ||
| + | .pcw_axis_v { position: absolute; width: 2px; height: 100%; background: #fff; left: 50%; opacity: 0.4; } | ||
| + | .pcw_axis_h { position: absolute; height: 2px; width: 100%; background: #fff; top: 50%; opacity: 0.4; } | ||
| + | |||
| + | /* Aguja de reloj (Barrido de luz) */ | ||
| + | .pcw_clock_hand | ||
| position: absolute; width: 100%; height: 100%; | position: absolute; width: 100%; height: 100%; | ||
| - | background: conic-gradient(rgba(255, | + | background: conic-gradient(rgba(255, |
| - | animation: | + | |
| } | } | ||
| - | @keyframes | + | @keyframes |
| - | | + | |
| - | .pcw_cross_h { position: absolute; height: 2px; width: 100%; background: #fff; top: 50%; opacity: 0.3; } | + | #pcw_num { color: #fff; font-size: 160px; font-weight: |
| - | #pcw_num { color: #fff; font-size: 160px; font-weight: | + | |
| /* --- MOTOR DE SCROLL --- */ | /* --- MOTOR DE SCROLL --- */ | ||
| Línea 40: | Línea 52: | ||
| <div id=" | <div id=" | ||
| + | <!-- LÍDER ACADEMY --> | ||
| <div id=" | <div id=" | ||
| - | < | + | < |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <div class=" |
| - | <div class=" | + | <div class=" |
| + | <div class=" | ||
| + | <div class=" | ||
| + | | ||
| <div id=" | <div id=" | ||
| </ | </ | ||
| - | <div style=" | + | < |
| </ | </ | ||
| + | <!-- CONTENIDO SCROLL --> | ||
| <div id=" | <div id=" | ||
| - | < | + | <div style=" |
| - | <h1 style=" | + | <h1 style=" |
| <p style=" | <p style=" | ||
| </ | </ | ||
| Línea 86: | Línea 103: | ||
| if (firstRun) { | if (firstRun) { | ||
| - | // ARRANQUE EN FRÍO: Cuenta atrás | ||
| canvas.style.display = ' | canvas.style.display = ' | ||
| leader.style.display = ' | leader.style.display = ' | ||
| Línea 98: | Línea 114: | ||
| canvas.style.display = ' | canvas.style.display = ' | ||
| engineOn = true; | engineOn = true; | ||
| - | firstRun = false; | + | firstRun = false; |
| tick(); | tick(); | ||
| } | } | ||
| }, 1000); | }, 1000); | ||
| } else { | } else { | ||
| - | // ARRANQUE EN CALIENTE: Salto directo al agradecimiento | ||
| leader.style.display = ' | leader.style.display = ' | ||
| canvas.style.display = ' | canvas.style.display = ' | ||
| Línea 113: | Línea 128: | ||
| function tick() { | function tick() { | ||
| if (!engineOn) return; | if (!engineOn) return; | ||
| - | posY -= 1.1; | + | posY -= 0.55; // VELOCIDAD ULTRA LENTA DE LECTURA |
| const canvas = document.getElementById(' | const canvas = document.getElementById(' | ||
| canvas.style.top = posY + ' | canvas.style.top = posY + ' | ||
| | | ||
| - | // Si el FIN ha salido totalmente de la vista | ||
| if (Math.abs(posY) > (canvas.offsetHeight)) { | if (Math.abs(posY) > (canvas.offsetHeight)) { | ||
| engineOn = false; | engineOn = false; | ||
| - | // Reinicio automático inmediato (irá al modo " | ||
| start(); | start(); | ||
| } else { | } else { | ||
| Línea 130: | Línea 143: | ||
| </ | </ | ||
| </ | </ | ||
| - | |||
otros/agradecimientos.1778087891.txt.gz · Última modificación: por jesus
