Skip to content

Commit

Permalink
Merge pull request #7 from bpd01001/general-comparison-css-js-animation
Browse files Browse the repository at this point in the history
initial changes!
  • Loading branch information
bpd01001 authored Apr 16, 2019
2 parents 84645d9 + 0453905 commit e1ae4d4
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit e1ae4d4

Please sign in to comment.