From 4ba7b6c6c1a75601ca9e502f7023a3d3c7aaf164 Mon Sep 17 00:00:00 2001
From: xuyanlan <xuyanlan@outlook.com>
Date: Sun, 14 Jul 2024 20:17:13 +0800
Subject: [PATCH] Update #297-2024.07.15.md

fix #4636
---
 Reports/2024/#297-2024.07.15.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Reports/2024/#297-2024.07.15.md b/Reports/2024/#297-2024.07.15.md
index e51adb0b..d884bdb1 100644
--- a/Reports/2024/#297-2024.07.15.md
+++ b/Reports/2024/#297-2024.07.15.md
@@ -29,6 +29,9 @@
 
 [@AidenRao](https://weibo.com/AidenRao): 这篇博文介绍了如何使用 TextRenderer 在 SwiftUI 中创建带有文本高亮效果的视图。TextRenderer 是在 WWDC 2024 上引入的新协议,可以增强文本的渲染。使用TextRenderer,我们可以更纯粹地在 SwiftUI 中实现文本高亮,而不再需要使用 NSAttributedString。
 
+### 🐕 [Mastering Animatable and AnimatablePair in SwiftUI](https://digitalbunker.dev/mastering-animatable-and-animatablepair-swiftui/)
+[@水水](https://www.xuyanlan.com/categories/iOS/):在本文中,探索了 SwiftUI 的 Animatable 和 AnimatablePair,并通过 Demo 代码和实际效果举例让大家了解如何使用这些 API 在应用程序中制作更高级的动画。
+
 ## 工具
 
 ### 🐎 [ImHex](https://github.com/WerWolv/ImHex)