You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
d358cbd: Add stagger timing mode where each glyph starts a fixed advance (seconds or "N%" of the previous glyph's effective duration) after the previous one, with an optional static per-glyph duration that scales strokes to fit. Exposed in the website previewer via the new st / sa / sd URL keys.
Patch Changes
150296e: Fix the Astro adapter so passing font={bundle} hydrates without an explicit bundle prop and lookups by human-friendly font name resolve correctly. Animations now also re-hydrate after Astro View Transitions navigations.
150296e: Make the Vue adapter's effects prop generic so custom effect configs are correctly type-inferred. Also drop a redundant Nuxt config type augmentation.