The Toolkit
The Toolkit consists of several modules, each providing a set of utility functions:
Check out the demos below to see these functions in action, or check the documentation for detailed information about each function. The complete source code is available on GitHub.
Getting Started
Install the toolkit using your favorite package manager, for example using NPM:
npm i view-transitions-toolkit
Once installed, import the functions you need from the specific entry points. For example:
import { getAnimations } from 'view-transitions-toolkit/animations'
Check out the demos for an introduction to the functions, or find detailed information in the documentation.