diff --git a/01 - General/explain-some-of-the-pros-and-cons-for-CSS-animations-versus-JavaScript-animations.md b/01 - General/explain-some-of-the-pros-and-cons-for-CSS-animations-versus-JavaScript-animations.md new file mode 100644 index 0000000..92cf98d --- /dev/null +++ b/01 - General/explain-some-of-the-pros-and-cons-for-CSS-animations-versus-JavaScript-animations.md @@ -0,0 +1,12 @@ + +CSS Animations: +Pros: +Better for small or simple animations, easily editable. +Cons: +Vulnerable to edits or errors. + +JS Animations: +Pros: +Better for large-scale or complicated animations. +Cons: +You'll usually need to use CSS anyway, JS is just an extra step. \ No newline at end of file