No, its NOT a roBOT ๐ค, its a ๐ Bag of Tricks!โจ
The Bag of Tricks for Astro's View Transitions
The bag of tricks provides extensions & support around Astro's view transitions.
A current deployment of tech demos and the documentation can be found at https://events-3bg.pages.dev/
!!! NEW TRICKS โจ IN THE BAG ๐ !!!
Deep down at the bottom of the Bag of Tricks, in a hidden inner pocket, there is a secret passage to an ominous machine room. In the machine room stands the inspection chamber, quietly humming to itself.
See your view transitions like never before: examine all details, reveal, debug, and optimize!
Summon the Inspection Chamber as a component (<InspectionChamber />) or install The Bag as an integration!
Recently Learned Tricks
Starlight Support: Ever wanted to see what your Starlight site looks like with view transitions enabled? Follow these steps to get rid of full page loads and make your Starlight site look like a SPA!
Reusable Components ๐งฉ
- In need for extensions for view transitions because you have issues with iframes on your pages?
- Wanting support in understanding and debugging view transitions or simply want a second pair of eyes ๐ on your view transition settings?
- Looking for reusable animations or special transition effects?
- Want to use view transitions on your Starlight site?
The astro-vtbot
package isn't a monolithic library. Use the components you need and only pay bandwidth for those.
Component | Brotli bytes added |
---|
Animation Style โจ | ~0.1k |
AutoNameSelected ๐ | ~0.3k |
BorderControl ๐ | ~0.1k |
BrakePad ๐ฆฅ | ~0.2k |
Linter ๐งน | ~1.9k |
LoadingIndicator โณ | ~0.4k |
Move ๐ | ~0.2k |
NoScroll ๐ | ~0.1k |
PageOffset ๐โ | ~0.1k |
Portal ๐ช | ~0.2k |
ReplacementSwap โน | ~0.5k |
Starlight โฆ ๐ | ~3.0k |
SwapSound ๐ | -0.3k |
Swing ๐ท | ~0.1k |
VtBotDebug ๐ | ~2.8k |
Zoom ๐ | ~0.1k |
Visit the documentation of the reusable components for detailed information.
-
<Linter/>
: A linter component that helps you identify problems when setting up transitions.
-
<VtBotDebug/>
: A Debugging component that logs the events and their data as they occur.
-
<ReplacementSwap/>
: An alterantive DOM swap(), which preserves elements in the original DOM to avoid reinitialization of iframes or CSS animations.
-
<LoadIndicator>
: Have you ever missed the visual feedback on sites with view transitions as to whether the app has noticed the click? You need a loading indicator! Here you go!
-
Zoom
, <Move>
and Swing
animations and the <AnimationsStyle/>
component allows for extended styling options.
-
<Portal/>
component that forces all view transitions through a portal/loading page.
-
<NoScroll/>
keep the current vertical and horizontal scroll position when transitioning to the next page.
Tech Demos ๐ฅ
The bag of tricks currently contains several technical demos that show examples of the implementation of various effects using the view transition events.
The sources are in this repository.
The Jotter ๐
Last but not least, the deployment also includes the โถ Jotter โ with a wealth of information on transition events as well as background information and valuable tips & tricks on view transitions in Astro.
Some of the contents are technical demos, some are useful tools, and some are reusable components that you can use in your own project to handle edge cases that go beyond Astro's standard features.
Troubleshooting
For help, check out the Discussions
tab on the GitHub repo.
Contributing
This package is maintained by martrapp independently from Astro. You're welcome to contribute by submitting an issue or opening a PR!
Changelog
See CHANGELOG.md for a history of changes to this package.