diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe7ea4add..a9eb6e91a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ Framer Motion adheres to [Semantic Versioning](http://semver.org/). Undocumented APIs should be considered internal and may change without warning. +## [11.0.11] 2024-03-12 + +### Changed + +- Keyframes now resolved asynchronously. +- External event handlers now fired synchronously. +- CSS variables and unit conversion now supported with >2 keyframe animations. +- Removed WAAPI animation of `background-color`. + ## [11.0.10] 2024-03-12 ### Fixed diff --git a/dev/benchmarks/cold-start-anime.html b/dev/benchmarks/cold-start-anime.html index 7bed6160b9..c8ca123ebf 100644 --- a/dev/benchmarks/cold-start-anime.html +++ b/dev/benchmarks/cold-start-anime.html @@ -28,7 +28,7 @@ } .box { - width: 10px; + width: 10%; height: 100px; background-color: #fff; } @@ -36,7 +36,7 @@
- + diff --git a/dev/benchmarks/cold-start-framer-motion.html b/dev/benchmarks/cold-start-framer-motion.html index 16f9923ca2..05c4f230c4 100644 --- a/dev/benchmarks/cold-start-framer-motion.html +++ b/dev/benchmarks/cold-start-framer-motion.html @@ -62,7 +62,7 @@ x: 5, }, { - easing: "linear", + ease: "linear", duration: 1, } ) @@ -78,7 +78,7 @@ x: "10%", }, { - easing: "linear", + ease: "linear", duration: 1, } ) diff --git a/dev/benchmarks/cold-start-waapi.html b/dev/benchmarks/cold-start-waapi.html index b0788d8427..865ba6d278 100644 --- a/dev/benchmarks/cold-start-waapi.html +++ b/dev/benchmarks/cold-start-waapi.html @@ -44,20 +44,51 @@ html += `