Created
February 1, 2018 22:45
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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