From bece137345f504911cc895a45253b33ade60cc0c Mon Sep 17 00:00:00 2001 From: Jiyoung Moon <koo05249@ajou.ac.kr> Date: Sat, 27 Jun 2020 16:36:05 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c2b025..314fe3e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ In this part, we make the codes for the mouse dragging.\ This is related to the `addEventListener` of HTML DOM event and JS.\ We make 3 functions with describtion of them.\ Also, in this part, there are some parts that could be hard to understand, so I add a gif so that the students can understand it well.\ -[https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/description.gif](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/description.gif) +[](https://git.ajou.ac.kr/Jiyoung_Moon/mouse-drag-for-transform-camera/-/raw/master/script_step1_output.PNG) ## Step 4. It's done!!! Try it!!! -- GitLab