From dc8f9aa69c0ca43ec4352527367fde2096f0b07f Mon Sep 17 00:00:00 2001 From: KaizIqbal <24286590+KaizIqbal@users.noreply.github.com> Date: Fri, 31 Jul 2020 13:39:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=96=BC=20Clip=20path=20for=20animated=20c?= =?UTF-8?q?ursor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cursors.json | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/cursors.json b/src/cursors.json index 14c337d..6ba94af 100644 --- a/src/cursors.json +++ b/src/cursors.json @@ -60,10 +60,16 @@ ], "animatedCursors": { "left_ptr_watch.svg": { - "frames": 48 + "frames": 53 }, "wait.svg": { - "frames": 48 + "frames": 53 } + }, + "animatedClip": { + "x": 4, + "y": 4, + "width": 200, + "height": 200 } }