motiondivision / motiondivision/motion
[BUG] Upgrade the examples to use latest package version
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 33.7k
- Forks
- 1.4k
- Avg merge
- 1d 10h
- Merged PRs (30d)
- 14
Description
framer-motion is currently at version 11.2.4
Most of the examples in the docs are still using 6.5.1 or earlier.
The notification example is still using 1.1.0.
Because of the major upgrades, some of the configs are no longer applicable and dont behave the same way. Could you please update your examples to be using the latest version as well as the latest configurations
For example, the notification example https://codesandbox.io/p/sandbox/framer-motion-notifications-5cvo9. Adding and removing a notification gives you the correct enter and exit animations and behaves exactly how someone probably wants to use it. but if you were to upgrade that to 6.5.1 (so not even the latest version) then those animations dont work as expected anymore.
Since most people will just be installing the latest version of the package and then looking at these examples annoyingly wont give them the same result
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the examples in the docs and compare their package versions and configurations with framer-motion 11.2.4. Start with the notification example at the linked CodeSandbox, then check the remaining examples for outdated versions or configurations. Done means the examples use the latest version and their behavior matches the documented result, including notification enter and exit animations.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- documentation, frontend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100