From d7a29bceb613e77dc9f626ae57ceae19748ff210 Mon Sep 17 00:00:00 2001 From: "Emmanuel C. Jemeni" <52603291+Jemeni11@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:11:36 +0100 Subject: [PATCH] feat: added a new link into animations (#197) * feat(data.ts): added a new link BREAKING CHANGE: Updated database/data.ts with a new link * feat(animations.json): added a new animations library BREAKING CHANGE: Updated the database/frontend/animations.json file with a new library: Autoanimate. This closes Issue #191 --- database/frontend/animations.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/database/frontend/animations.json b/database/frontend/animations.json index e92993ac3..145de7f0a 100644 --- a/database/frontend/animations.json +++ b/database/frontend/animations.json @@ -30,5 +30,13 @@ "url": "https://drawcall.github.io/Proton/", "category": "frontend", "subcategory": "animations" + }, + { + "id": "41", + "name": "AutoAnimate", + "description": "Add motion to your apps with a single line of code.", + "url": "https://auto-animate.formkit.com/", + "category": "frontend", + "subcategory": "animations" } ]