You are using an outdated browser. Please upgrade your browser to improve your experience.
What's new with Vibrant Software? Explore our blog below to see what our team has been up to lately.
When it comes to creating animations on the web, there are two primary ways: CSS and JavaScript. Most basic animations can be created with either one, but the amount of effort and time can usually differ quite a bit. They each have their pros and cons, but these are some good reasons to help you make a decision on which one can fit your needs:
Using CSS
Using JavaScript
As you can see there are uses for both CSS and JavaScript animations, however, which one you choose really depends on the dependencies of your project, and the kinds of effects you are ultimately attempting to accomplish. Remember:
For good references and examples, check out the following links:
https://alistapart.com/article/web-animation-past-present-and-future
http://www.pixelstech.net/article/1437723859-CSS-Animation-vs-JavaScript%3A-Which-One-Is-Better
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Animations/Using_CSS_animations
https://developer.mozilla.org/en-US/docs/Web/API/Web_Animations_API