From c92e81c057d8b3c3ee9dce0b97803023bb0c4cd3 Mon Sep 17 00:00:00 2001 From: dkhamsing Date: Wed, 3 Jan 2024 06:14:32 -0800 Subject: [PATCH] Add Mesh-Transform-Animation (#1411) --- contents.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/contents.json b/contents.json index af44e2e0..42dd7fcf 100644 --- a/contents.json +++ b/contents.json @@ -31033,6 +31033,20 @@ "license": "agpl-3.0", "date_added": "Jan 1 2024", "suggested_by": "@dkhamsing" - } + }, + { + "title": "Mesh Transform Animation", + "description": "Simplified reproduction of the Dynamic Island mesh transform animation", + "category-ids": [ + "sample" + ], + "tags": [ + "swiftui", "metal" + ], + "source": "https://github.com/jtrivedi/Mesh-Transform-Animation", + "license": "mit", + "date_added": "Jan 2 2024", + "suggested_by": "@dkhamsing" + } ] }