7
Bought a $40 CSS animation pack and learned more in one afternoon than 6 months of tutorials
Last month I dropped $40 on a set of CSS-only loading spinners and hover effects from a guy on Gumroad. I figured it was just a bunch of fancy code I'd never use, but I spent a Saturday ripping through the files to see how he built them. Turns out the way he layered keyframes and transforms made way more sense than the scattered YouTube lessons I'd been watching. I actually sat down and recreated a few of my own designs from scratch after that. Has anyone else paid for a smaller resource pack and had it click better than free tutorials?
2 comments
Log in to join the discussion
Log In2 Comments
ericjackson5d ago
Hear you on that - free tutorials bounce around too much and never really show you the whole pipeline from idea to finished effect. Was it the pack's file structure that helped you see the patterns better, or more how he commented and organized the keyframe logic inside each CSS file?
5
robert_bennett294d ago
For me it was the comment structure actually. It reminded me of how I organize my garage projects - label everything clearly and group related stuff together so you know where to look when something breaks. You see that same logic in good code and good workshop setups, it's just applied different ways.
8