From 7a16429f5aecd2cc450294ae5f9f39ab2221a05c Mon Sep 17 00:00:00 2001 From: tower1229 Date: Wed, 14 Aug 2024 11:05:17 +0800 Subject: [PATCH] docs: add View Transitions API article in phase-4.md Introduce the View Transitions API in the phase-4.md document, which provides details about achieving visual animations similar to Keynote's magic move. This update includes information on how the API can automatically identify differences between scenes and generate animations suitable for complex page-level transitions. --- 2024/phase-4.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/2024/phase-4.md b/2024/phase-4.md index df4efb9c..8030a813 100644 --- a/2024/phase-4.md +++ b/2024/phase-4.md @@ -24,6 +24,10 @@ > 为什么输入 npm install 就可以自动安装对应的模块? +- [页面级可视动画 View Transitions API 初体验](https://www.zhangxinxu.com/wordpress/2024/08/view-transitions-api/) + +> 本文介绍 View Transitions API,可以实现类似 Keynote 里面神奇移动这样的动画效果,也即是浏览器自动识别场景 1 和场景 2 的不同,并让这个不同产生动画效果,特别适合复杂的页面级别的场景切换动画。 + ## 行业周边 - [【七牛云】新人免费试用](https://s.qiniu.com/vmUnIr)