Skip to content

initial changes! #7

Merged
merged 1 commit into from
Apr 16, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.