/animation-template

This is a project from the Zero to Mastery 20 JavaScript Projects Course.

Primary LanguageHTML

Infinite Scrolling Website

This project used a template website, and through the class, we added animations to the website on scroll.

This project is from Zero to Mastery: Jacascript Web Projects: 20 Projects to Build Your Portfolio. This is project 6 / 20.

Live Version

You can find the live version of my project here

You can view the full list of project from this course here.

Thoughts

I found a couple nice new resources from this project. Radnomuser.me which is a way to generate random people really easily. Another one is the Animate on Scroll library. I really need to start trying to use more libraries like this in my projects. There are too many times I try to do something by hand when I could probably just do a few lines from a library and make it 100 times easier.

This project was mostly about learning the Animate On Scroll library. I remember I had a past project I tried to do an animate on scroll on my own but couldn't figure it out. This library would have come in handy back then.