# View Transitions Demo

This folder contains the source code for the View Transitions demo project.

## Important Browser Support Notice

This demo uses the modern **View Transition API** and related CSS features. Browser support is still not perfect across all browsers, versions, and devices.

That means this code may not work exactly the same for everyone. In some browsers, the transition may look different, only work partially, or not run at all.

This is especially important for:

* older browser versions
* Firefox or browsers with partial support
* mobile browsers
* cross-document page transitions
* users with reduced motion settings enabled

So if the demo does not behave perfectly on your machine, it does not necessarily mean that the code is wrong. It may simply be a browser support limitation.

## Recommendation

Use this project as a learning demo, not as production-ready code.

Before using View Transitions in a real project, check current browser support and add proper fallbacks where needed.

Continue with care.
