How to add a smooth scroll transition | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to add a smooth scroll transition

How do i make when i click home, contacts etc. to smoothly move to where its told to, not instantly. https://code.sololearn.com/WVHsB91LJJJF/?ref=app

12th Jan 2018, 9:49 PM
BG Simeon Simeonov
BG Simeon Simeonov - avatar
1 Answer
0
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Transitions/Using_CSS_transitions https://css-tricks.com/almanac/properties/t/transition/ Look through these two and you'll probably find your answer. The second site, css-tricks, is an awesome site to review when dealing with anything CSS. Good luck.
13th Jan 2018, 4:12 PM
J. C.
J. C. - avatar