How do I build a website like this using JS?
How can I code the kind of animation that is in this website - https://www.peopletonotion.com/ . I don't understand how this is built. Would love to learn it.
Here, the Hero image is fixed as we scroll through the page.
People to Notion | Extension to save Linkedin and Twitter profiles ...
Add LinkedIn and Twitter profiles to your Notion CRM in one click with the People to Notion extension.
1 Reply
You can learn a lot by right clicking on the page and opening developer tools. When you highlight over different parts of the code it'll show you what those elements are and you can also see all of the properties being set.