I recently made a codepen for creating custom css/jquery scroll animations. This codepen is created to be improved upon and to help others create custom scroll animations. Take a look here. Any and all feedback is welcome.
2 Likes
Nice job. I recognize, admire, and encourage the desire to share what you’ve learned. Keep it up!
One note: In the CSS code, you use acronyms for classes. There are minifiers that will shorten these for you in production, so you don’t have to be so terse. Especially if you are writing to educate, more verbose class names like .fade-fast
instead of .ff
might increase the value of this project.