diff --git a/CHANGELOG.md b/CHANGELOG.md index 228f1fcd2c..4b9df6a74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [12.29.1] 2026-01-22 + +### Fixed + +- `useAnimate`: Now respects reduced motion settings set via `MotionConfig`. + ## [12.29.0] 2026-01-22 ### Added diff --git a/dev/html/package.json b/dev/html/package.json index 6c1ddd7363..9baf76bfdf 100644 --- a/dev/html/package.json +++ b/dev/html/package.json @@ -1,7 +1,7 @@ { "name": "html-env", "private": true, - "version": "12.29.0", + "version": "12.28.1-alpha.1", "type": "module", "scripts": { "dev": "vite", @@ -10,9 +10,9 @@ "preview": "vite preview" }, "dependencies": { - "framer-motion": "^12.29.0", - "motion": "^12.29.0", - "motion-dom": "^12.29.0", + "framer-motion": "^12.28.1-alpha.1", + "motion": "^12.28.1-alpha.1", + "motion-dom": "^12.28.1-alpha.1", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/dev/html/public/animate-layout/modal-open-close-interrupt.html b/dev/html/public/animate-layout/modal-open-close-interrupt.html new file mode 100644 index 0000000000..3132fdf81c --- /dev/null +++ b/dev/html/public/animate-layout/modal-open-close-interrupt.html @@ -0,0 +1,248 @@ + +
+ + + +