Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Feb 27, 2024
1 parent 1d28984 commit fe6e331
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ A current deployment of tech demos and the documentation can be found at https:/

## !!! NEW TRICKS ✨ IN THE BAG 👜 !!!

> ↹ You can now tell the `<ReplacementSwap />` component which attributes of the `<html>`element [to preserve](https://events-3bg.pages.dev/library/ReplacementSwap/#properties) during view transitions!
The [animation demo](https://events-3bg.pages.dev/animations/one/) got a new row of examples featuring the new [`move()` animation](https://events-3bg.pages.dev/library/Move/)!

### Recently learned tricks ##

> ↹ You can now tell the `<ReplacementSwap />` component which attributes of the `<html>`element [to preserve](https://events-3bg.pages.dev/library/ReplacementSwap/#properties) during view transitions!

> [New Component](https://events-3bg.pages.dev/library/LoadingIndicator/): `<LoadingIndicator/>` is added per default when `astro-vtbot` is installed as an Astro integration with `npx astro add astro-vtbot`.
> 🎥 The bag of tricks now includes [pre-built animations](https://events-3bg.pages.dev/animations/one/) that you can use with your view transitions, just like Astro's built-in `fade()` and `slide()`! Use vtbot's `zoom()` and `swing()` with Astro's `transition:animate` or enjoy completely new freedom in designing view transitions using the advanced parameterization options and the new `<AnimationStyle/>` component!
Expand All @@ -31,6 +34,7 @@ The `astro-vtbot`package isn't a monolithic library. Use the components you need
BrakePad 🦥 | ~0.1k
Linter 🧹 | ~2k
LoadingIndicator ⏳ | ~0.6k
Move 🚟 | ~0.5k
NoScroll 📜| ~0.1k
Portal 🚪 | ~0.3k
ReplacementSwap ↹ | ~0.5k
Expand Down

0 comments on commit fe6e331

Please sign in to comment.