Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
learning-zone committed Sep 16, 2022
1 parent be8a163 commit 3bba787
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ For HTML documents, browsers use a `<!DOCTYPE html>` in the beginning of the doc

## Q. Explain the difference between layout, painting and compositing?

<img src="lib/img/frame-full.jpg" alt="Browser Engine" />
<img src="assets/lib/img/frame-full.jpg" alt="Browser Engine" />

* **JavaScript**: Typically JavaScript is used to handle work that will result in visual changes, whether it\'s jQuery\'s animate function, sorting a data set, or adding DOM elements to the page. It doesn\'t have to be JavaScript that triggers a visual change, though: CSS Animations, Transitions, and the Web Animations API are also commonly used.

Expand Down

0 comments on commit 3bba787

Please sign in to comment.