From 04539057dbd9fd04278957b8f5455be947485d6c Mon Sep 17 00:00:00 2001 From: Chelsea Kurasz Date: Thu, 11 Apr 2019 17:26:56 -0400 Subject: [PATCH] ch-ch-ch-ch-changes --- ...or-CSS-animations-versus-JavaScript-animations.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 01 - General/explain-some-of-the-pros-and-cons-for-CSS-animations-versus-JavaScript-animations.md 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