Skip to main content

2 docs tagged with "view-transitions"

View All Tags

6. View Transitions with useViewTransition

Dim includes a view transition system for sliding between UI states. The exported hook is useViewTransition (Storybook may label the section useTransition() — they refer to the same API).

7. Shared-Element Transitions (data-vt-shared)

Slide transitions move entire screens. Shared-element transitions morph a specific element from its old position to its new one using a FLIP (First, Last, Invert, Play) overlay — similar to native mobile navigation.