fix(landing): captura de topología esperando al fin de la coreografía de montaje - #46
Merged
Conversation
… de montaje La topología monta 67 chips con una coreografía escalonada (stagger hasta 2.4s + springs); antes se capturaba con el timeout fijo de 2400ms y las animaciones de entrada podían quedar a medias. Ahora se espera a que solo queden las ~7 animaciones infinitas (halo gateway, flujo, pulso warn) antes de la captura. Resto de vistas sin cambio.
gnacho
force-pushed
the
feat/web-landing-lightbox
branch
from
August 6, 2026 13:56
27da6a2 to
711c3fb
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Qué
La captura de la topología se hacía con el timeout fijo de 2400ms, pero la vista monta 67 chips con una coreografía escalonada (stagger hasta ~2.4s + springs), de modo que la animación de entrada podía quedar a medias en la captura.
Fix
Antes de capturar la vista topology se espera a que solo queden las ~7 animaciones infinitas (halo del gateway, flujo de cables, pulso de aviso):
document.getAnimations()running <= 12 + margen 600ms. El resto de vistas mantiene el timeout de 2400ms.Verificación
Closes #40