How modifying popular libraries can help you become a better developer — Free Code Camp — Medium
I had read numerous tutorials, which all provided a good introduction to the subject. The downside was my approach. As it often happens when only reading material, I had trouble applying the skills to my projects. This is where I decided to look at the source code for Animate.css.
My animations do not have the same applicability to real world problems as Animate.css and other animation projects. It mostly just displays over the top animations, which displayed on a website would not contribute to the user experience. However, it did provide me with a solid understanding of the different concepts of CSS animation. I now use it to a certain extent in all of my projects.
If you really want to learn, get your hands dirty. Play around with the different values and watch how the result changes. This is what really makes you remember.
Apart from learning the basics of CSS animation, I leveraged the situation to familiarize myself with Git and Github Pages. This entitled how to create proper documentation on Github and setting up the project page. Furthermore, it gave me an opportunity to consider the optimal way of displaying the animations on the project page.
Read full article from How modifying popular libraries can help you become a better developer — Free Code Camp — Medium
No comments:
Post a Comment