Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/empty-steaks-judge.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"motion-on-scroll": major
---

v1.0.0 release - now out of beta! Full documentation on the features and functionality can be found at [motion-on-scroll.pages.dev](https://motion-on-scroll.pages.dev/).
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@

Looking for the main package? Go to [motion-on-scroll](/packages/motion-on-scroll/).

## Note: this is currently in beta. Feel free to try it though :)

Effortless, AOS-compatible scroll animations powered by [Motion](https://motion.dev).

Framework-agnostic, MOS lets you add scroll-triggered animations with nothing but `data-mos` attributes. Under the hood it uses Motion’s powerful `animate` API, giving you:
Expand Down
2 changes: 1 addition & 1 deletion apps/docs/src/content/docs/reference/attributes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { Aside } from '@astrojs/starlight/components';
*Type*: `PresetName`
*Default*: —

Preset animation key (e.g. `fade-up`, `zoom-in`).
Any [preset animation key](/reference/presets/) (e.g. `fade-up`, `zoom-in`).

Need something else? Define custom keyframes with [`MOS.registerKeyframes`](/reference/api/#registerkeyframes), or entire animations with [`MOS.registerAnimation`](/reference/api/#registeranimation) and use it in your presets.

Expand Down
Loading