robere2 / Portfolio

Source code for my portfolio website
https://ecr.dev/
MIT License
0 stars 1 forks source link

Add smooth scrolling #28

Open robere2 opened 2 years ago

robere2 commented 2 years ago

The CSS smooth scrolling should be added, ideally, however due to how the RepeatingList works, it currently breaks it by immediately stopping the scroll when <a> links to hashes are clicked. Therefore the RepeatingList should scroll its content in some other way, if possible.

robere2 commented 2 years ago

This should be completed at the same time as #30.