One of my favorite programming resources on the web is without a doubt stackoverflow.com which basically is a gamification based Q/A site for …well, programmers. I use it primary to look up different solutions, but I also try to contribute with answers as much as I can.
Since my programming skills narrows down to front-end development, more specifically HTML and CSS (and a tiny bit of JavaScript), my focus is within in these sections and as a short blog post I thought I’ll share some of my (so far) top voted answers.
- Two examples on how to create a slide-in effect using CSS
- How to transition height: auto; using CSS
- How to persist the end state in a CSS Animation
- A demo on how to animate an ellipses using CSS Animations
/C