Glossary coding Term Page

Transition

An animation applied as an element enters or leaves the DOM

transition #coding#svelte
Korean version

Related Concepts

Core Idea

Transition is An animation applied as an element enters or leaves the DOM, e.g., transition:fly. It usually makes the most sense alongside [[animate-flip|animate

]], Motion store, Spring parameters.

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept