From 251a598645b42abac3f271386fbc6d52bbb62b6c Mon Sep 17 00:00:00 2001 From: Anup Haldar Date: Mon, 2 Oct 2023 17:17:40 +0530 Subject: [PATCH] add react spring --- database/frontend/animations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/database/frontend/animations.json b/database/frontend/animations.json index bb9525b8c..72753d559 100644 --- a/database/frontend/animations.json +++ b/database/frontend/animations.json @@ -124,5 +124,12 @@ "url": "https://tympanus.net/codrops/", "category": "frontend", "subcategory": "animations" + }, + { + "name": "React Spring", + "description": "React Spring is a library for building interactive, data-driven, and animated UI components. It can animate HTML, SVG, Native Elements, Three.js, and more.", + "url": "https://www.react-spring.dev/", + "category": "frontend", + "subcategory": "animations" } ] \ No newline at end of file