From d5315a00b0b881d6621a1e3a67809937c3e11daa Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Mon, 27 Jul 2020 17:42:52 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A5=20Animated=20cursors?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cursors.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/cursors.json b/src/cursors.json index d10b1e3..c537c6e 100644 --- a/src/cursors.json +++ b/src/cursors.json @@ -25,7 +25,7 @@ "grabbing.svg", "hand1.svg", "hand2.svg", - "left_ptr_watch.svg", + "left_ptr.svg", "left_side.svg", "left_tee.svg", "link.svg", @@ -59,11 +59,11 @@ "zoom_out.svg" ], "animatedCursors": { - "left_ptr.svg": { - "frames": 50 + "left_ptr_watch.svg": { + "frames": 21 }, "wait.svg": { - "frames": 50 + "frames": 21 } } }