From 1d419697b627ea62fc9c15728fb935a1a1a1ca8f Mon Sep 17 00:00:00 2001 From: Mrical Singhal <60258119+mrical@users.noreply.github.com> Date: Mon, 6 Nov 2023 23:02:48 +0530 Subject: [PATCH] chore: Add Easings in animations subcategory (#2179) --- database/frontend/animations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/animations.json b/database/frontend/animations.json index 22607c76c..c6c81b3a5 100644 --- a/database/frontend/animations.json +++ b/database/frontend/animations.json @@ -111,6 +111,13 @@ "category": "frontend", "subcategory": "animations" }, + { + "name":"Easings", + "description":"This site consists of Easing Functions with detailed implementation which are useful for web animation enthusiasts", + "url":"https://easings.net/", + "category":"frontend", + "subcategory":"animations" + }, { "name": "Animate.css", "description": "A library that provides a wide range of cross-browser CSS animations that you can easily add to your website.",