From 243ecfdd568106cd65b7b70472f1737f732a9e9e Mon Sep 17 00:00:00 2001 From: Max Kurze Date: Wed, 26 Aug 2026 09:12:53 +0200 Subject: [PATCH] docs: add slidev-addon-gsap to addons gallery --- docs/.vitepress/addons.ts | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/.vitepress/addons.ts b/docs/.vitepress/addons.ts index 57465f890b..dccf711923 100644 --- a/docs/.vitepress/addons.ts +++ b/docs/.vitepress/addons.ts @@ -325,6 +325,17 @@ export const community: AddonInfo[] = [ }, repo: 'https://github.com/BobTheShoplifter/slidev-addon-studio', }, + { + id: 'slidev-addon-gsap', + name: 'GSAP', + description: 'Use click-driven GSAP timelines for a much more natural and powerful way to specify your animations.', + tags: ['Animation', 'Integration'], + author: { + name: 'Max Kurze', + link: 'https://github.com/maxkurze1', + }, + repo: 'https://github.com/maxkurze1/slidev-addon-gsap', + }, // Add yours here! { id: '',