Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

115
Views
El desplazamiento del sitio web se detiene por un momento al llegar a un lugar específico

Si actualizo la página y me desplazo hacia abajo, el sitio web se retrasa unos milisegundos y continúa después. el problema solo vuelve después de actualizar la página. ¿Alguna posible solución para eso? Gracias

about 4 years ago · Santiago Trujillo
3 answers
Answer question

0

intente agregar esto. Vea si ayuda. borre su caché e intente ejecutar en un navegador diferente si eso es un problema del navegador.

 html { scroll-behavior: smooth; }

about 4 years ago · Santiago Trujillo Report

0

Entiendo tu problema. yo comportamiento de desplazamiento escribir un código simple para el comportamiento de desplazamiento ver mi enlace codepen y

 html { scroll-behavior: smooth; } #test1 { height: 600px; background-color: green; } #test2 { height: 600px; background-color: black; color:white; }
 <!DOCTYPE html> <html> <head> </head> <body> <h1>Smooth Scroll</h1> <div class="main" id="test1"> <h2>Section 1</h2> <p>Click on the link to see the "smooth" scrolling effect.</p> <a href="#test2">Click Me to Smooth Scroll to Section 2 Below</a> <p>Note: Remove the scroll-behavior property to remove smooth scrolling.</p> </div> <div class="main" id="test2"> <h2>Section 2</h2> <a href="#test1">Click Me to Smooth Scroll to Section 1 Above</a> </div> <p><strong>Note:</strong> The scroll-behavior property is not supported in Internet Explorer.</p> </body> </html>

about 4 years ago · Santiago Trujillo Report

0

También sugeriría esto:

 html { scroll-behavior: smooth; }

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!