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

149
Views
hola, quiero hacer esto como un desplazamiento suave, ¿alguien puede ayudarme?

Hola, tengo este código, pero necesito agregarle una animación de desplazamiento suave para que se vea bien, pero no sé cómo codificar o escribir una línea. hace que el usuario se sienta bien al ver otras cosas mientras se desplaza automáticamente al elemento

 ''' <a href="#413695047492935501"><p align="center"> <button class="btn btn1">Download</button> </p></a> <style> body{ margin: 0; padding: 0; } .middle{ position: absolute; top: 20%; left: 20%; transform: translate(-50%,-50%); text-align: center; } .btn1{ background: #47B2FF; border: 2px solid #000000; font-family: "montserrat",sans-serif; text-transform: uppercase; padding: 10px 60px; min-width: 300px; cursor: pointer; transition: color 0.4s linear; position: relative; } .btn1:hover{ color: #fff; } .btn1::before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; z-index: -1; transition: transform 0.5s; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7); } .btn1::before{ transform: scaleX(0); } .btn2::before{ transform: scaleY(0); } .btn1:hover::before{ transform: scaleX(1); } .btn2:hover::before{ transform: scaleY(1); } </style> <script>$('#413695047492935501').onclick=function(){$('html, body').animate({scrollTop: $("413695047492935501").offset().top}, 2000);}</script>'''
about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Esto podría ser lo que estás buscando

 html { scroll-behavior: smooth; }

Haga una simple búsqueda en Google antes de hacer una pregunta aquí...

about 4 years ago · Juan Pablo Isaza 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!