You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
svelte/site/content/tutorial/10-transitions/08-deferred-transitions/text.md

7 lines
249 B

---
title: Deferred transitions
---
A particularly powerful feature of Svelte's transition engine is the ability to *defer* transitions, so that they can be coordinated between multiple elements.
TODO https://github.com/sveltejs/svelte/issues/2159