c.offsetLeft + c.offsetWidth / 2 >= $el.scrollLeft); if (t) active = Number(t.dataset.index); }"
x-effect="(() => { const c = $refs.thumbs; if (!c) return; const el = c.children[active]; if (!el) return; const L = el.offsetLeft; const R = L + el.offsetWidth; if (L < c.scrollLeft || R > c.scrollLeft + c.clientWidth) { c._lock = true; c.scrollTo({ left: Math.max(0, L - 8), behavior: 'smooth' }); clearTimeout(c._t); c._t = setTimeout(() => { c._lock = false; }, 500); } })()">
📝 Descripción
Arquitectura morisca de asombrosa belleza.
Reseñas
0Aún no hay reseñas. ¡Sé el primero en escribir una!