Skip to content

Instantly share code, notes, and snippets.

@Jul10l1r4
Created February 1, 2018 22:45
Show Gist options
  • Save Jul10l1r4/c192d7dd116b14e7d4d172f5ee4f4aad to your computer and use it in GitHub Desktop.
Save Jul10l1r4/c192d7dd116b14e7d4d172f5ee4f4aad to your computer and use it in GitHub Desktop.
super código enorme e exaustivo que faz efeito scroll apenas com css
body{/* Determine o lugar onde quer que esse efeito ocorra */
scroll-behavior: smooth /* Fim, agora você precisa fazer links em html para ir a alguma id por exemplo #contato */
}
/* Ok, agora você curte o efeito 😎 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment