Skip to content

Instantly share code, notes, and snippets.

@Jul10l1r4
Created March 5, 2018 04:26
Show Gist options
  • Save Jul10l1r4/0cbb06d30762bb174b9656a5dca3fed1 to your computer and use it in GitHub Desktop.
Save Jul10l1r4/0cbb06d30762bb174b9656a5dca3fed1 to your computer and use it in GitHub Desktop.
Efeito scroll, uma simples demonstração, sem função.. sem nada.. só pra copiarem
window.scroll({
top: 1000, // Captura a distancia do topo onde deseja ser rolado
left: 0,// Faz o mesmo do top mas em um ambito horizontal
behavior: 'smooth' // Aqui eh onde vem toda a magica, ele suporta duas opcoes, o `smooth` e o `normal`
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment