From 375c5bc1985f4376a526c0428d999e190026ec17 Mon Sep 17 00:00:00 2001 From: Saikat Samanta <95569573+psykat1116@users.noreply.github.com> Date: Sun, 15 Oct 2023 12:48:56 +0530 Subject: [PATCH] chore: Add GSAP Animation Library in animation.json (#1988) * Update animations.json * Bug Fixed in animations.json * Update animations.json * Update animations.json * chore: fix typo --------- Co-authored-by: Rupali Haldiya <78981177+rupali-codes@users.noreply.github.com> --- database/frontend/animations.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/database/frontend/animations.json b/database/frontend/animations.json index 72753d559..22607c76c 100644 --- a/database/frontend/animations.json +++ b/database/frontend/animations.json @@ -131,5 +131,12 @@ "url": "https://www.react-spring.dev/", "category": "frontend", "subcategory": "animations" + }, + { + "name": "GSAP", + "description": "GSAP is a robust industry standard JavaScript animation library from GreenSock that lets you craft high-performance animations that works in every major browser. Animate CSS, SVG, canvas, React, Vue, WebGL, colors, strings, motion paths, generic objects...anything JavaScript can touch!", + "url": "https://gsap.com/", + "category": "frontend", + "subcategory": "animations" } -] \ No newline at end of file +]