Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Jul 28, 2024
1 parent 7f90b5a commit 005e529
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/perfect-needles-shave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@vtbag/inspection-chamber': patch
---

Updates README
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
# The Inspection Chamber

Put your view transitions through their paces in the Inspection Chamber!

![Build Status](https://github.com/vtbag/inspection-chamber/actions/workflows/run-tests.yml/badge.svg)
[![npm version](https://img.shields.io/npm/v/@vtbag/inspection-chamber/latest)](https://www.npmjs.com/package/@vtbag/inspection-chamber)
[![NPM Downloads](https://img.shields.io/npm/dw/@vtbag/inspection-chamber)](https://www.npmjs.com/package/@vtbag/inspection-chamber)

The @vtbag website can be found at https://vtbag.pages.dev/

## !!! News !!!
v1.0.3 fixes some teething issues. The main areas affected are:
* Better integration into same-document and cross-document transitions.
* Further optimizations for identifying transition elements on the screen.

For details, see the [CHANGELOG](https://github.com/vtbag/inspection-chamber/blob/main/CHANGELOG.md)

## What is it?

The Inspection Chamber is your ultimate playground for experimenting with the View Transition API. Whether you're working with same-document or cross-document transitions, this test bench has got you covered.

With a comprehensive set of controls at your fingertips, you can interactively test and fine-tune your view transitions to perfection. Dive in and explore all the features the Inspection Chamber offers to elevate your web development projects!

See the Documentation at [https://vtbag.pages.dev](https://vtbag.pages.dev)!
Find the documentation of the Inspection Chamber at https://vtbag.pages.dev/inspection-chamber/!

# @vtbag

Expand Down

0 comments on commit 005e529

Please sign in to comment.